{% extends 'base/staff/base_list.html.twig' %} {% block title %}{% trans %}app_name{% endtrans %} | {{ "collection_s"|trans }}{% endblock title %} {% block body %}

{{ "collection_s"|trans }}

({{ listItem|length }}) {{ "collection_s"|trans }}

{% for item in listItem %} {% endfor %}
{% endblock body %}