{% extends 'base.html.twig' %} {% block title %}Détail candidature{% endblock %} {% block meta_description %} Détail de la candidature {% endblock %} {% block body %}
{{ gameFrom.title }}
bearded dwarf forging a sword above "SquadForge" title SQUADFORGE

{{ gameFrom.title }}

{# Show menu Burger (mobile) #}
{# HeaderSouligne + Bandeau avertissement muted #} {% if app.user and app.user.muted and time_diff_future(app.user.endDateStatus) != false %}
Vous êtes actuellement réduit au silence ( fin dans {{ time_diff_future(app.user.endDateStatus) }} )
{% else %}
{% endif %}
{# Fil d'Ariane #}

{{ group.title }}


Candidature


{{ candidature.user.pseudo|capitalize }}

Présentation

{{ candidature.text|capitalize }}



Réponses

{% for data in questionData %}
{# Intitulé de la question #} {{ data[0] }} {# Réponse à la question + handle pas de réponse si question pas required et "" #} {% if data[1] == "" %} Le candidat n'a pas répondu {% else %} > {{ data[1]|capitalize }} {% endif %}
{% endfor %}
Accepter Refuser Refuser définitivement
{# // Adaptation couleur borderBottom HeaderFixed #} {% endblock %}