{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n static %} {% load render_bundle from webpack_loader %} {% block extra_head_scripts %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'sandbox' 'js' %} {% endblock %} {% block page %}

{% block title %}{% trans "My Sandbox" %}{% endblock %}

{% if display_share and share %} {% endif %}

Below are all items you have created that have not been registered, requested for review or assigned to a workgroup. {% if number_of_accounts_user_is_sharing_with == 0 %} Only you can see these items. {% endif %}

{# Skipping wcag on these modals due to how headers are rendered in modals #} {% if form.errors %} {% endif %} {% include "aristotle_mdr/helpers/bulk_action_paginated_list.html" with allow_select_all=True page=page_obj delete=True %} {% endblock %}