{% extends "fellchensammlung/base_generic.html" %} {% load i18n %} {% load custom_tags %} {% block title %}{% translate "Über uns und Regeln" %}{% endblock %} {% block content %} {% if about_us %}

{{ about_us.title }}

{{ about_us.content | render_markdown }}

{% endif %}

{% translate "Regeln" %}

{% include "fellchensammlung/lists/list-rules.html" %} {% if faq %}

{{ faq.title }}

{{ faq.content | render_markdown }}

{% endif %} {% if privacy_statement %}

{{ privacy_statement.title }}

{{ privacy_statement.content | render_markdown }}

{% endif %} {% if terms_of_service %}

{{ terms_of_service.title }}

{{ terms_of_service.content | render_markdown }}

{% endif %} {% if imprint %}

{{ imprint.title }}

{{ imprint.content | render_markdown }}

{% endif %} {% endblock %}