{% if communication.comtype == 'EtoA' %} From you to Authors {% elif communication.comtype == 'EtoR' %} From you to Referee {% if communication.referee %} {{communication.referee.user.first_name}} {{communication.referee.user.last_name}} {% endif %} {% elif communication.comtype == 'EtoS' %} From you to SciPost Ed Admin {% elif communication.comtype == 'AtoE' %} From Authors to you {% elif communication.comtype == 'RtoE' %} From Referee {% if communication.referee %} {{communication.referee.user.first_name}} {{communication.referee.user.last_name}} {% endif %} to you {% elif communication.comtype == 'StoE' %} From SciPost Ed Admin to you {% endif %}
on {{communication.timestamp}}
{{communication.text|linebreaks}}