{% extends 'base/staff/base_list.html.twig' %} {% block title %}{% trans %}app_name{% endtrans %} | {{ entity.getLabel() }}{% endblock title %} {% block body %}

{{ entity.getLabel() }}

({{ listItem|length }}) {% trans %}collection_s{% endtrans %}

{% for item in listItem %}
{{ item.getLabel() }}
{% endfor %}
{% endblock body %}