{% if topics %} {% for topic in topics %}

{{ topic.topic.topic }}

SUBJECT ID: #{{ "%02d"|format(loop.index) }} // PARTICIPANTS: {{ topic.contributors }}
{{ topic.detail | safe }}
{% endfor %} {% endif %}