{% extends 'base.html.twig' %} {% block title %}{{ (title is defined ? title)|raw }}{% endblock %} {% block body %}

{{ (title is defined ? title)|raw }}

{{ form(form) }}
{% if back_url is defined %} {% endif %}
{% endblock %}