{% extends 'index.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}

Gestion des vidéos

{% endblock %} {% block page_content %}

Modifier la catégorie : {{ video_category.name }}

{{ form_start(form) }}
{{ form_widget(form) }}
{{ form_end(form) }} Retour à la liste
{% endblock %}