{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n %} {% block page %}

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

Below are all items you have created that have not been registered, requested for review or assigned to a workgroup. Only you can see these items.

{% include "aristotle_mdr/helpers/bulk_action_paginated_list.html" with allow_select_all=True page=page_obj %} {% endblock %}