{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n %} {% load aristotle_tags %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='myreviewrequests' %} {% endblock %} {% block page %}
The following are collections of items that have been requested for review. Once reviewed, if accepted, they may become visible.
{% if page %} {% else %} You currently have no reviews outstanding. {% endif %} {% bootstrap_modal "review_box" %} {% endblock %}