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

{{ self.form_title }}

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

Ihr Ansprechpartner

{% if self.person_img %}
{% image self.person_img fill-240x320 class="img-fluid card-img-top" %}

{{ self.person_name }}

{{ self.person_position }}

{% image self.person_img fill-240x320 class="img-fluid card-img-top" %}

{{ self.person_name }}

{{ self.person_position }}

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

{{ self.form_title }}

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