{% extends 'Default/base.html.twig' %} {% block title %} {{'Question.T1' | trans}} {% endblock %} {% block breadcrumb1 %} {{'Question.T2' | trans}} {% endblock %} {% block breadcrumb2 %} {{'Question.T3' | trans}} {% endblock %} {% block content %}
| {{'Question.T6' | trans}} | {{'Question.T7' | trans}} | {{'Question.T8' | trans}} | {{'Question.T9' | trans}} |
|---|---|---|---|
| {{ question.label }} | {% for formation in question.formations %} {{ formation.name }} {% endfor %} | {% if question.enabled == 1 %} {{'Question.T10' | trans}}{% else %} {{'Question.T11' | trans}} {% endif %} | {% if is_granted('ROLE_ADMIN_COUNTRY') %} {% elseif is_granted('ROLE_MANAGER') %} {% endif %} |