{% extends "appli_socle/osm_base.html" %} {% load url from future %} {% load i18n %} {% load crispy_forms_tags %} {% load fiber_tags %} {% block body-class %}recherche{% endblock %} {% block aside-left %}

{% blocktrans with email=user.email %}Bonjour !{% endblocktrans %}


{% show_content "recherche-menu-gauche-intro-type-d-offre" %}

{% if user.type_d_offre.all %} {% for type_d_offre in user.type_d_offre.all %} {{type_d_offre.nom}}{% if not forloop.last %}, {% else %}.{% endif %} {% endfor %} {% else %} type1, type2. {% endif %}

{% if loyer_modere %}

{% show_content "conseil-bourse" %}

{% endif %}

{% show_content "conseil-type-d-offre" %}



{% endblock %}