{% extends 'Application/' ~ settings.get("theme") ~ '/base.html.twig' %} {% block title %} Liste des objets {% endblock %} {% block seo %} {% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

{{ 'Liste des objets'|trans }}

{% include 'Application/' ~ settings.get('theme') ~ '/items/_items_list.html.twig' with {'items': items} %}
{% endblock %}