Questions Preview

{% if grouped_questions %} {% for topic, questions in grouped_questions.items() %}

{{ topic }}

{% for q in questions %}
Q{{ q.question_number_within_topic }}.
{{ q.question_html | safe }}
{% endfor %}
{% endfor %} {% else %}

No questions found in this folder.

{% endif %}