{% extends "aristotle_mdr/user/userHome.html" %} {% block collapse-link %} Registrar tools {% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='registrarTools' %} {% endblock %} {% block page %}

{% block title %}Registration request review list{% endblock %}

The following reviews have been requested for review and contain metadata items that are ready to begin the standarisation process.

{% if page %}
{% csrf_token %} {% include "aristotle_mdr/helpers/paginated_review_list.html" with page=page actions='reviewer' %}
{% else %}

You currently have no items to review.

{% endif %} {% endblock %}