{% load i18n gadjo staticfiles %} {% if site_scripts %} {%for script in site_scripts%} {%endfor%} {%endif%} {% include 'mandaye/panel_styles.html' %} {% if user.is_authenticated %}
{{ user.get_full_name }}
{% if portal_user_url %}
{% trans 'Advances' %}
{% endif %}
{% trans 'Logout' %}
{% if is_linked %}
{% trans 'Dissociate' %}
{% else %}
{% trans 'Associate' %}
{% endif %} {% else %} {% if portal_user_url %}
{% trans 'Advances' %}
{% endif %}
{% trans 'Login' %}
{% trans 'Associate' %}
{% endif %}