{% load foundation %}

 Send Notifications

{% if not article.fixedpubcheckitems.send_notifications %}
{% csrf_token %} {{ notification_formset.management_form }}

Authors

You can send an email to authors and others notifying them of the publication date and time. Any coauthors {% if journal_settings.general.notify_section_editors_of_publication %} and section editors (change setting) {% endif %} have been added to CC.

From: {{ request.user.full_name }} <{{ request.user.email }}>

{{ notification_formset.0|foundation }}
{% if journal_settings.general.notify_peer_reviewers_of_publication and article.peer_reviewers %}

Peer reviewers

Peer reviewers will be notified with the following message (change setting).

From: {{ request.user.full_name }} <{{ request.user.email }}>

{{ notification_formset.1|foundation }}
{% endif %}
{% else %}

Notifications have already been sent.

{% endif %}