{% extends 'admin_base.html.twig' %} {% block body %}
{% if errors %} {% for e in errors %} {% if (e['propertyPath'] == "title")%} {{ e['message'] }} {% endif %} {% endfor %} {% endif %}
{% if errors %} {% for e in errors %} {% if (e['propertyPath'] == "num")%} {{ e['message'] }} {% endif %} {% endfor %} {% endif %}
{% if errors %} {% for e in errors %} {% if (e['propertyPath'] == "description")%} {{ e['message'] }} {% endif %} {% endfor %} {% endif %}
{% set n = 0 %} {% for fichier in Etape.getFichiers() %} {% set n= n+1 %} {% endfor %} {% if Etape.getVideo() %} {% endif %}
{% endblock %}