{% extends 'profil.html.twig' %} {% block body %}
{% block flash_messages %} {% for type, messages in app.session.flashbag.all() %} {% for message in messages %} {% endfor %} {% endfor %} {% endblock %}

Mes dossiers de candidature


{% if user.applications|length == 0 %}
Aucune candidature trouvée

{% else %}

Le règlement des frais de participation doit être effectué exclusivement par versement et le reçu de paiement doit comporter obligatoirement dans son Libellé votre Numéro de candidature.

{% endif %} {% if user.applications|length > 0 %}
{% endif %}

{{ user.applications|length > 0 ? "Candidater à d'autres formations" : "Candidater" }}


{% endblock %} {% block javascript %} {% endblock %}