{{ include('partials/page-title.html.twig', page) }} {{ include('partials/validation.html.twig', validation) }}
{% if user.roles.ROLE_SUPERADMIN is defined and page.title == 'Documents' %} Add Document Category {% endif %}
{% if documentCategories|length > 0 %} {% for key, documentCategory in documentCategories %}
{% endfor %} {% else %}
No document categories defined
{% endif %}
{{ include('partials/footer.html.twig') }}