{% if data.administration and data.owner %}

Owner: {{ data.owner }}

{% endif %}
{% if data.user_data %} {% if data.tab == 'data' %}
{% include 'core_dashboard_common_app/list/my_dashboard_my_records_table_pagination.html' %}
{% endif %} {% if data.tab == 'file' %}
{% include 'core_dashboard_app/common/list/my_dashboard_tabs_file_pagination.html' %}
{% endif %} {% else %}
The collection is empty.
{% endif %}