{% extends 'Default/base.html.twig' %} {% block title %} Questions {% endblock %} {% block breadcrumb1 %} Questions {% endblock %} {% block breadcrumb2 %} Liste {% endblock %} {% block content %}
| Questions | Formations | Status | Actions |
|---|---|---|---|
| {{ question.label }} | {% for formation in question.formations %} {{ formation.name }} {% endfor %} | {% if question.enabled == 1 %} Activé{% else %} Desactivé {% endif %} | {% if is_granted('ROLE_ADMIN_COUNTRY') %} {% elseif is_granted('ROLE_MANAGER') %} {% endif %} |