{% extends 'base.html.twig' %} {% block title %}Evènement{% endblock %} {% block customNavigation %} {% include "base/nav-teacher.html.twig" %} {% endblock %} {% block body %}

Informations


{{ form(event_form) }}
{% if event.image != "" %} Mon image {% endif %}
{% endblock %}