{% extends "base.html" %} {% load static %} {% load bootstrap_helpers %} {% load community_utils %} {% block head_meta %} {% with meta_title="FAQs" meta_description="Frequently asked questions" %} {{ block.super }} {% endwith %} {% endblock head_meta %} {% block headline %}FAQs{% endblock %} {% block breadcrumbs %} {% url 'faqs:questioncategory-list' as faq_list_url %} {% breadcrumbs "FAQs"|combine:faq_list_url %} {% endblock %} {% block content %} {% if questioncategory_list.count %}

The following list of frequently asked questions shall give you some hints how to edit, navigate and use this website.

If anything is missing, please do not hesitate to contact the website and community managers .

{% for questioncategory in questioncategory_list %}

{{ questioncategory }}

{% include "faqs/questioncategory_detail_content.html" %}
{% endfor %} {% else %}

We are working on a list of FAQs to help you navigate with this site. Until then, please do not hesitate to contact the website and community managers .

{% endif %} {% endblock %}