{% extends 'SEAdminBundle:layout:block.html.twig' %} {% block block_title %} Créer une Newsletter {% endblock %} {% block block_content %} {{ form_start(form, { 'attr': { 'class': 'form-horizontal no-margin' } }) }} {% include 'SEAdminBundle:newsletter:form.html.twig' %}
{{ form_end(form) }} {% endblock %}