{% extends 'base.html.twig' %} {% block body %}
{{ form_start(form) }} {{ form_rest(form) }} {{ form_end(form) }}
{% endblock %}