{% extends "admin/core/base.html" %} {% load foundation %} {% load bool_fa %} {% load admin_urls %} {% load static %} {% block title %}Notify Invited Reviewer{% endblock %} {% block title-section %}Notify Invited Reviewer{% endblock %} {% block title-sub %}Send a notification to invited reviewer of {{ request.repository.object_name }} #{{ preprint.pk }}{% endblock %} {% block breadcrumbs %}
  • Press Manager
  • {{ request.repository.object_name_plural }} Manager
  • {{ preprint.title|safe }}
  • Invited Review Comments
  • Notify Reviewer
  • {% endblock %} {% block body %}

    Notify the Reviewer

    You can send a message to the reviewer or skip it.

    To {{ review.reviewer.full_name }}

    From {{ request.user.full_name }}
    {% csrf_token %}

    Subject: {{ request.repository.object_name }} Review Invitation

    {% endblock %} {% block js %} {{ block.super }} {% include "admin/elements/jqte.html" %} {% endblock js %}