{% if current_user.is_authenticated %}
Fuel
Track
Podsumowanie
Tankowanie
Pojazdy
Ceny Orlen
{% if current_user.role in ['boss','admin'] %}
Stacje
Administracja
{% endif %}
Wyloguj
{% endif %}
{% with msgs=get_flashed_messages(with_categories=true) %} {% for cat,msg in msgs %}
{{msg}}
{% endfor %} {% endwith %} {% block content %}{% endblock %}
{% if current_user.is_authenticated %}{% endif %} {% block scripts %}{% endblock %}