{% extends 'base.html.twig' %} {% block title %}Theme index{% endblock %} {% block body %}
Theme
{% for theme in theme %} {% else %} {% endfor %}
Id
Theme
actions
{{ theme.id }}
{{ theme.name }}
{#
show
#}
editer
{{ include('theme/_delete_form.html.twig') }}
no records found
nouveau theme
{% endblock %}