{% if is_granted('IS_AUTHENTICATED') or app.current_route() == 'tvdt_quiz_select_season' %}
{% if is_granted('IS_AUTHENTICATED') %} {{ 'Backoffice'|trans }} {{ 'Logout'|trans }} {% else %} {{ 'Manage Quiz'|trans }} {% endif %}
{% endif %}