{% extends "orga/base.html" %} {% load i18n %} {% load static %} {% block extra_title %}{% trans "Page" %} :: {% endblock %} {% block content %}

{% trans "Page" %}

{% csrf_token %} {% include "common/forms/errors.html" %}
{% trans "General information" %} {{ form.title.as_field_group }} {{ form.slug.as_field_group }} {{ form.link_in_footer.as_field_group }}
{% trans "Page content" %} {{ form.text.as_field_group }}
{% include "orga/includes/submit_row.html" %}
{% endblock %}