{% extends "admin/core/base.html" %} {% load settings %} {% block title %}Unassign Editor Request{% endblock title %} {% block title-section %}Unassign Editor Request{% 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" %}
  • Unassign Editor
  • {% endblock breadcrumbs %} {% block body %}

    You are unassigning {{ assignment.editor.full_name }} from {{ article.safe_title }}.

    If you select Skip, the editor will not be notified.

    To {{ assignment.reviewer.full_name }}

    From {{ request.user.full_name }}
    {% include "admin/elements/email_form.html" with form=form skip=1 %}
    {% endblock body %} {% block js %} {{ block.super}} {{ form.media.js }} {% endblock js %}