{% extends 'SEAdminBundle:layout:block.html.twig' %} {% block block_title %} Modifier une Newsletter {% endblock %} {% block block_content %} {{ form_start(form, { 'attr': { 'class': 'form-horizontal no-margin' } }) }} {% if newsletter.urlimg %} {% endif %} {% include 'SEAdminBundle:newsletter:form.html.twig' %}
{{ form_end(form) }} {% endblock %} {% block extra_content %}
Email de Test
{% endblock %}