{% extends "admin/core/base.html" %} {% load foundation %} {% block title %}Review Reminders{% endblock title %} {% block title-section %}Review Reminders{% endblock %} {% block title-sub %}#{{ article.pk }} / {{ article.correspondence_author.last_name }} / {{ article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/review_base.html" with subpage="yes" %}
  • Review Reminders
  • {% endblock breadcrumbs %} {% block body %}
    {% if not assignment.decision %}

    Send Request Reminder

    As this review has not been accepted, you can send a reminder to the reviewer asking them to undertake the review.

    {% csrf_token %} {{ form|foundation }}
    {% endif %}
    {% endblock %} {% block js %} {% include "elements/jqte.html" %} {% endblock %}