{% extends 'Default/base.html.twig' %} {% block title %} {{'Admin_Candidats.T33'|trans}} {% endblock %} {% block breadcrumb1 %} {{'Admin_Candidats.T33'|trans}} {% endblock %} {% block breadcrumb2 %} {{'Admin_Candidats.T35'|trans}} {% endblock %} {% block content %}
{% for user in users %} {% if app.request.locale == 'ar' %} {% if user.civility== 'Mr' %} {% else %} {% endif %} {% else %} {% endif %} {% if is_granted('ROLE_ADMIN_COUNTRY') %} {% elseif is_granted('ROLE_MANAGER') %} {% endif %} {% endfor %}
{% endblock %}