{% extends 'admin_base.html.twig' %} {% block body %}
{% if errors %} {% for e in errors %} {% if (e['propertyPath'] == "title")%} {{ e['message'] }} {% endif %} {% endfor %} {% endif %}
{% set nbr = 1 %} {% for Question in Qcm.getQuestions() %}
{% set i =1 %} {% for Reponse in Question.getReponses() %}
{% set i=i+1 %} {% endfor %} {% set l = Question.getReponses()|length+1%} {% for i in range(l,8) %} {% endfor %}
{% set nbr=nbr+1 %} {% endfor %}
{% endblock %}