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

Edit Representation

{{ include('representation/_form.html.twig', {'button_label': 'Update'}) }} back to list {{ include('representation/_delete_form.html.twig') }} {% endblock %}