{% extends 'core/base.html' %}
{% load html_helpers i18n %}
{% block page_title %}FAQ ({% trans "Frequently Asked Questions" %}){% endblock page_title %}
{% block browser_title %}FAQ ({% trans "Frequently Asked Questions" %}){% endblock browser_title %}
{% block content %}
{% for section in sections %}
{{ section.icon }}
{{ section.name }}
{% for question in section.visible_questions %}
{% 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 %}