{% extends 'scipost/base.html' %} {% block pagetitle %}: communication{% endblock pagetitle %} {% block headsup %} {% load scipost_extras %} {% endblock headsup %} {% block bodysup %}
{% if errormessage %}

{{ errormessage }}

{% else %}

Send a Communication

{% if comtype == 'EtoA' %}

to the submitting Author of Submission

{% elif comtype == 'AtoE' or comtype == 'RtoE' or comtype == 'StoE' %}

to the Editor-in-charge of Submission

{% elif comtype == 'EtoR' %}

to Referee of Submission

{% elif comtype == 'EtoS' %}

to SciPost Editorial Administrators

{% endif %}
{% if referee_id %}
{% csrf_token %} {{ form }}
{% else %}
{% csrf_token %} {{ form }}
{% endif %} {% endif %}
{% endblock bodysup %}