{% extends 'core/base.html' %} {% load html_helpers i18n %} {% block content %}

FAQ (Frequently Asked Questions)

{% for section in sections %}

{{ section.icon }} {{ section.name }}

{% endfor %}

{% blocktrans %} Your question is not listed above? {% endblocktrans %}

{% if user.is_authenticated %} chat {% blocktrans %} Ask your question {% endblocktrans %} {% else %} {% blocktrans %} If you have a question please ask one of you site administrators: {% endblocktrans %}

{% endif %}

{% endblock %}