{% extends 'faq/base.html' %} {% block title %}FAQ | Choose Question{% endblock %} {% block heading %}Choose a FAQ Question{% endblock %} {% block content %} {% for question in questions %}

{{question.question}}

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