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