{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans "FAQ" %}{% endblock %} {% block main %}

{% trans "FAQ" %}

{% trans "You can't find an answer to your issue? Submit your own! We'll help you out." %}
{% for category in object_list %} {% include "frequently/partials/category.html" %} {% endfor %}
{% endblock %} {% block extrajs %} {% endblock %}