FAQ (Frequently Asked Questions)
{% for section in sections %}{{ section.icon }} {{ section.name }}
-
{% for question in section.questions.all %}
{% if question.show %}
-
{% if question.icon %} {{ question.icon }} {% else %} question_answer {% endif %} {{ question.question_text }}{{ question.answer_text|safe }}
{% endif %}
{% endfor %}
Deine Frage war nicht dabei?
{% if user.is_authenticated %} chat Deine Frage stellen {% else %} Schreibe uns an support@katharineum.de und wir versuchen, deine Frage zu beantworten. {% endif %}