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