{% load foundation %}

 Notify Author

{% if not article.fixedpubcheckitems.notify_the_author %}

You can send an email to the Author informing them of the publication date.

{% csrf_token %}

To: {{ article.correspondence_author.full_name }} ({{ article.correspondence_author.email }})
From: {{ request.user.full_name }}({{ request.user.email }})
Subject: {{ article.safe_title }} Publication

{{ notify_author_email_form|foundation }}

{% else %}

The author has already been notified.

{% endif %}