{% block head %} {% block title %}{% trans %}Welcome!{% endtrans %}{% endblock %} - Association des Étudiants UTBM {% endblock %} {% csrf_token %} {% block header %} {% if not popup %}
{% for language in LANGUAGES %}
{% csrf_token %}
{% endfor %}
{% if not user.is_authenticated %} {% else %}
{% endcache %}
{% endif %}
{% set sith = get_sith() %} {% if sith.alert_msg %}
{{ sith.alert_msg|markdown }}
{% endif %} {% if sith.info_msg %}
{{ sith.info_msg|markdown }}
{% endif %}
{% else %}{# if not popup #}
{{ user.get_display_name() }}
{% endif %} {% endblock %}
{% block nav %} {% if not popup %} {% endif %} {% endblock %}
{% if list_of_tabs %}
{{ tabs_title }}
{% for t in list_of_tabs -%} {{ t.name }} {%- endfor %}
{% endif %} {% if error %} {{ error }} {% endif %} {% block content %} {% endblock %}
{% if not popup %} {% endif %} {% block script %} {% endblock %}