{% extends 'TdbBaseBundle::layout.html.twig' %} {% block title %}Évènements{% endblock %} {% block body %}

Création d'un évènement

{{ form_start(form, {'attr': {'class': 'form-horizontal group-border-dashed'}}) }} {% include 'TVn7EventBundle:Event:form.html.twig' with {'form': form} %}
Annuler
{{ form_end(form) }}
{% endblock %}