{% load i18n %} {% include 'filter_tags.html' %}
{% for category in faq_categories %}

{{category.title}}

{% if perms.helpdesk.change_faqcategory %}
{% endif %}

{{category.description}}

{% trans "View FAQs" %}
{% endfor %}