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

Send a Communication

{% if type == 'EtoA' %}

to the submitting Author of Submission

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

to the Editor-in-charge of Submission

{% elif type == 'EtoR' %}

to Referee of Submission

{% elif type == 'EtoS' %}

to SciPost Editorial Administrators

{% endif %}
{% csrf_token %} {{ form }}
{% endif %} {% endblock bodysup %}