{% extends 'base.html.twig' %} {% block title %}Contact{% endblock %} {% block body %} {# Buttons on top for easier access #} {# Return-Button #} Go back {# Edit-Button #} Edit {# Delete-Button #} {{ include('contact/_delete_form.html.twig') }}

Contact: {{ contact.promoter }}

{# Details shown as Table, because fewer Information, easier to read #}
Promoter {{ contact.promoter }}
Email {{ contact.email }}
Phone {{ contact.phone }}
{% endblock %}