{% extends 'base.html.twig' %} {% block title %}Edit Location{% endblock %} {% block body %}

Edit {{ location.streetname }}

{# Return-Button on top for easier access #} Go back {{ include('location/_form.html.twig', {'button_label': 'Update'}) }} {% endblock %}