{% if invitation.accepted is None %}

Your Referee Invitation is pending response

In view of your expertise and on behalf of the Editor-in-charge we would like to invite you to referee this Submission. Please accept or decline this invitation. We would be extremely grateful for your contribution, and thank you in advance for your consideration.

Accept or decline here {% elif invitation.accepted %}

Your Referee Invitation

Thank you for agreeing to referee this Submission. The following checklist will guide you through the steps needed to complete your refereeing task.

{% if invitation.related_report.anonymous and not invitation.related_report.is_in_draft %}

You have submitted your Report anonymously. You can click here to sign this Report (leads to confirmation page).

{% endif %} {% if invitation.submission.editor_in_charge %}

Communications

Write to the Editor-in-charge {% include 'submissions/_communication_thread.html' with communication=communication %} {% endif %} {% elif not invitation.accepted %}

Your Referee Invitation

You have declined to contribute a Report. Nonetheless, we thank you very much for considering this refereeing invitation.

Reason: {{ invitation.get_refusal_reason_display }}

{% endif %}