{% extends "admin/core/base.html" %} {% block title %}{{ preprint.title|striptags }}{% endblock %} {% block title-section %}Preprint Manager{% endblock %} {% block title-sub %}Preprint #{{ preprint.pk }} - {{ preprint.title|safe }}{% endblock %} {% load files %} {% block breadcrumbs %}
  • Press Manager
  • Preprint Manager
  • {{ preprint.title|safe }}
  • Notification
  • {% endblock %} {% block body %}

    Notify the Author

    Send a message to the Preprint author letting them know your decision.

    To {{ preprint.owner.full_name }}

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

    Subject: {{ preprint.title }} Submission Decision

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