{% extends 'content/form.html' %}
{% block title %}Beitrag erstellen - {{ block.super }}{% endblock %}
{% block menu %}{% menu view.entity %}{% endblock %}
{% block breadcrumb %}
{% if view.entity.is_group %}
{% breadcrumb view.entity 'Beitrag erstellen' %}
{% endif %}
{% endblock %}
{% block sidebar %}
{% if view.entity.is_group %}{{ block.super }}{% endif %}
{% endblock %}
{% block extra_settings_left %}
{% if form.group %}
{% field form.group %}
{% field_checkbox form.as_gestalt %}
{% endif %}
{% endblock %}
{% block submit_label %}Beitrag erstellen{% endblock %}