{% extends "base.html" %} {% block content_primary %}

FAQs

{% for faq in object_list %} {{ faq.question }} {% if faq.categories.all %} Category: {% for category in faq.categories.all %} {{ category }} {% endfor %} {% endif %}
{% endfor %} {% endblock %}