choose a FAQ Question

{{category}}

{% if category.description %}

{{category.description}}

{% endif %}
{% for question in category.question_set.all %}

{{question.question}}

{% endfor %}
back {% if can_add_question %} add question {% endif %}