{% if invitation.accepted is None %}

Referee Invitation response pending

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 %}

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 %}

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 {% endif %} {% else %}

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 %}