{% extends 'base.html' %} {% load i18n %} {% block content %}
{% for topic in topics %} {% include 'simpler_faq/question_list.html' with topic=topic%} {% empty %}

{% blocktrans %}No topics available!{% endblocktrans %}

{% endfor %}
{% endblock content %}