{% 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|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.document == 'query' or data.user_data %} {% include data.template with objects=data.user_data group='user' count=data.number_total tabs=data.tabs %} {% else %} No {{data.document|special_plural}} found. {% endif %}
{% endblock %}