{% extends 'scipost/base.html' %} {% load bootstrap %} {% load scipost_extras %} {% block pagetitle %}: request Commentary{% endblock pagetitle %} {% block content %}

Request Activation of a Commentary Page:

{% if errormessage %}

Error: {{ errormessage }}

{% if existing_commentary %} {% endif %}
{% endif %}

For published papers, you can prefill the form (except for domain, subject area and abstract) using the DOI:

(give the DOI as 10.[4 to 9 digits]/[string], without prefix, as per the placeholder)

{% csrf_token %} {{ doiform|bootstrap }}

For preprints, you can prefill the form using the arXiv identifier:

(give the identifier without prefix, as per the placeholder)

{% csrf_token %} {{ identifierform|bootstrap }}

{% csrf_token %} {{ request_commentary_form|bootstrap }}
{% endblock content %}