{% extends 'submissions/base.html' %} {% load bootstrap %} {% block pagetitle %}: withdraw manuscript{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} {{ submission.preprint.identifier_w_vn_nr }} Withdraw Submission {% endblock %} {% block content %}

{% include 'bi/exclamation-triangle-fill.html' %} Withdraw Submission

{{submission.title}}

by {{submission.author_list}}

Submission summary

{% include 'submissions/_submission_summary.html' with submission=submission hide_title=1 show_abstract=0 %}
{% include 'submissions/_submission_status.html' with submission=submission %}

Are you sure you want to withdraw this manuscript?

{% if submission.stage_incoming_completed %}

THIS WILL PERMANENTLY TERMINATE FURTHER EDITORIAL PROCESSING of this Submission (including its previous versions).

You should definitely NOT click the button if you simply want to update your manuscript to a new version, while it is under consideration here.

{% else %}

This will terminate the editorial process for the above submission.

{% endif %}
{% csrf_token %} {{ form|bootstrap:'0,12' }}

CAREFUL: ONE-CLICK, ONE-WAY ACTION! 

{% endblock content %}