{% extends 'Default/base.html.twig' %} {% block title %} {{ 'Admin_Candidats.T45'|trans }} {% endblock %} {% block breadcrumb1 %} {{ 'Admin_Candidats.T45'|trans }} {% endblock %} {% block breadcrumb2 %} {{ 'Admin_Candidats.T46'|trans }} {% endblock %} {% block content %}
{% for user in users %} {% if app.request.locale == 'ar' %} {% if user.civility== 'Mr' %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
{% endblock %}