parent
8e6fd81f63
commit
5af4af8238
@ -0,0 +1,25 @@ |
|||||||
|
{% extends "@ChamiloCore/Layout/layout_one_col.html.twig" %} |
||||||
|
{% import '@ChamiloCore/Macros/box.html.twig' as display %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
{{ toolbar }} |
||||||
|
{{ form }} |
||||||
|
{# {% for question in pagination %}#} |
||||||
|
{% for i in start..end %} |
||||||
|
{% if pagination[i] is defined %} |
||||||
|
{% set question = pagination[i] %} |
||||||
|
{{ display.collapse( |
||||||
|
question.iid, |
||||||
|
'#' ~ question.courseCode ~'-'~ question.iid ~ ' - ' ~ question.question, |
||||||
|
question.questionData, |
||||||
|
false, |
||||||
|
false |
||||||
|
) |
||||||
|
}} |
||||||
|
{% endif %} |
||||||
|
{% endfor %} |
||||||
|
|
||||||
|
{% if question_count > pagination_length %} |
||||||
|
{{ pagination }} |
||||||
|
{% endif %} |
||||||
|
{% endblock %} |
Loading…
Reference in new issue