{% extends "aristotle_mdr/user/userHome.html" %} {% load aristotle_tags %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='registrarTools' %} {% endblock %} {% block page %}

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

The following review requests have been submitted to Registration Authorities that you are a registrar of, 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 %} {% bootstrap_modal "review_box" size='lg' %} {% endblock %}