{% extends 'base.html.twig' %} {% set fixture = view.fixture %} {% set result = view.result %} {% block title %}Kolejka {{ fixture.gameweek.id }}{% endblock %} {% block body %}
{{ fixture.mySquad.name }} {{ result.myPoints|number_format(1, ',', ' ') }} : {{ result.opponentPoints|number_format(1, ',', ' ') }} {{ fixture.opponentSquad.name }}
{% set total = result.myPoints + result.opponentPoints %}{{ result.outcome.label }} {% if result.margin != 0 %}({{ result.margin > 0 ? '+' : '' }}{{ result.margin|number_format(1, ',', ' ') }}){% endif %} · {% if fixture.gameweek.dataChecked %} wynik ostateczny {% elseif fixture.gameweek.finished %} kolejka zakonczona, trwa naliczanie bonusow {% else %} kolejka w toku {% endif %}
{% if view.syncFailed %}FPL API nie odpowiedzialo — pokazuje ostatnie zapisane dane.
{% endif %}{% if syncedMinutesAgo is not null %} Dane sprzed {{ syncedMinutesAgo }} min. {% elseif not view.hasAnyData %} Brak danych z FPL — kolejka jeszcze sie nie rozpoczela. {% endif %} Odswiez