{% load i18n %} {% load static %} {% load unicms_contexts %} {% load unicms_menus %} {% with collection.get_items as collection_items %} {% if collection_items %}
{% trans "Documents" %}

{{ collection.name }}


{% endif %} {% endwith %}