{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %}
{% include 'helpdesk/faq/faq_category_nav.html'%}
{% if faq_categories %} {% include "helpdesk/faq/faq_category_list.html" %} {% else %}

{% trans "There are no FAQs at the moment." %}

{% endif %}
{% endblock %}