{% load i18n %}

{{ topic.text }}

{% for question in topic.questions.all %} {% include 'question_detail.html' with question=question %} {% empty %}
{% blocktrans %}No questions available!{% endblocktrans %}
{% endfor %}