{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% load special_plural %} {% block box_title %} {% if data.title %} {{data.title}} {% else %} {% if come_from_admin %} {{ data.document|title|special_plural}} list {% else %} My {{data.document|special_plural}} {% endif %} {% endif %} {% endblock %} {% block box_tools %} {% if data.create_workspace %} Create workspace {% endif %} {% if data.title %} Previous page {% endif %} {% endblock %} {% block box_body %} {% if data.user_data %} Total number of {{data.document|special_plural}}: {{ data.number_total }} {% endif %} {% if data.menu and not data.title %}
{% endif %} {% if data.resources %} {% include 'core_main_registry_app/resource_banner/resource_banner.html' %} {% endif %}