{% extends "layout.html.twig" %} {% block title %}Daf Admin{% endblock %} {% block pageheader %}Daf Admin{% endblock %} {% block body %}
DAF's list

Instance {{ infoInstance.nameInstance }}

{% if nbAppliesInstance > 1 %} There are {{ nbAppliesInstance }} applies for this DAF. {% if countChar > 1 %}
{% endif %} {% else %} There is {{ nbAppliesInstance }} apply for this DAF. {% endif %}
<<<<<<< HEAD ======= {% for head in headTab %} {% endfor %} >>>>>>> master {% for oneApply in tabApplies %} {% for custom in oneApply.customData %} {% endfor %} {% endfor %}
Candidate Mail Phone Ad Location Date Download{{ head }}
{% if oneApply.checkUserId is defined and oneApply.checkApplyId is defined %} {% if oneApply.checkUserId == app.user.id and oneApply.checkApplyId == oneApply.id %} {{ oneApply.name }} {{ oneApply.firstname }} {% endif %} {% else %} {{ oneApply.name }} {{ oneApply.firstname }} Non lu! {% endif %} {{ oneApply.email }} {{ oneApply.phone }} {{ oneApply.job }} {{ oneApply.city }} {{ custom }} {{ oneApply.date }}
{% endblock %} {% block specificJS %} {% endblock %}