{% load fiber_tags i18n %}
{% trans "Dauphine Logement" %} - {% block title %}{{ fiber_page.title }}{% endblock %}
{% block extra_scripts %} {% endblock %}
{% if fiber_page and fiber_page.title_en %} {% for lang in LANGUAGES %} {% if LANGUAGE_CODE != lang.0 %}
{% csrf_token %}
{% endif %} {% endfor %} {% endif %}
{% show_menu "visibles" 1 1 %}
{% if user.is_profilrecherche %}
{% trans "Annonces" %}
{% elif user.is_profiloffre %}
{% trans "Annonces" %}
{% endif %}
{% if not user.is_anonymous %}
{% trans "Se déconnecter" %}
{% endif %}
{% block page %}
{% block aside-left %} {% show_menu "visibles" 2 3 %} {% endblock %}
{% block messages %} {% if messages %} {% for message in messages %}
{{ message }} {% endfor %} {% endif %} {% endblock %}
{% show_page_content "main" %} {% block body %}{% endblock %}
{% endblock %}