{% load i18n %}

{{ topic.text }}

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