{% if errors %}
{% for e in errors %}
{% if (e['propertyPath'] == "description")%}
{{ e['message'] }}
{% endif %}
{% endfor %}
{% endif %}
 : asset(admin_assets~)
{% set n = 0 %}
{% for fichier in Etape.getFichiers() %}
{% set n= n+1 %}
{% endfor %}
{% if Etape.getVideo() %}
{% endif %}