{% 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' %}