{% extends "core/base.html" %} {% load core_tags menu_tags static wagtailcore_tags wagtailimages_tags crispy_forms_tags %} {% block extra_css %} {% endblock %} {% block content %}

{{ self.form_title }}

{% csrf_token %} {{ form|crispy }}

Ihr Ansprechpartner

{% if self.person_img %}
{% image self.person_img fill-300x400 class="img-fluid rounded" %}

{{ self.person_name }}

{{ self.person_position }}

{% endif %} {% if self.address or self.mail_address or self.phone or self.web_address %}
Kontaktdaten
{% endif %}

{{ self.form_title }}

{% csrf_token %} {{ form|crispy }}
{% endblock content %}