Liga FPL 4x4
Bilans
{# Pozycje za kodem pojawiaja sie dopiero, gdy dostep faktycznie ich siega — pytamy o to samo zrodlo, co nasluch odcinajacy wejscie. #} {% if access_gate.allows('fixture_new') %}
Nowy mecz
{% endif %} {% if access_gate.allows('settings') %}
Moja czworka
{% endif %} {% if access_gate.label %}
{{ access_gate.label }}
wyjdz
{% else %}
Kod
{% endif %}
{% for label, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %} {% block body %}{% endblock %}