{% extends "public/content.html" %} {% block headtitle %}My Review Requests{% endblock %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="abstract_reviews" %} {% endblock %} {% block title %}
There are {{ request.outstanding_reviews }} review requests outstanding.
{% endfor %} {% else %}There are no abstract requests.
{% endif %} {% endblock %}