{% extends 'base.html.twig' %} {% block title %}{{ ("documentType_" ~ type)|trans }}{% if archive %} | {% trans %}title_archives{% endtrans %}{% endif %}{% endblock %} {% block subtitle %} {{ ("documentType_" ~ type)|trans }} {% if archive %} | {% trans %}title_archives{% endtrans %}{% else %} {% if documentTypeEntity.directory is not defined and documentTypeEntity.user is not defined %} {% if app.user.hasPermission(type ~ '_create') %} {% trans %}button_create{% endtrans %}{% endif %} {% endif %} {% endif %} {% endblock %} {% block body %}
{{ 'title_count'|trans }}: {{ count }}
{% include '_cells/documentTable.html.twig' with {'documents': pagination, 'notype': true } %}