diff --git a/templates/email/email_fellow_tasklist.html b/templates/email/email_fellow_tasklist.html index 5e7442a001ee6b543f963f4a0a34470eee5a845a..946b6d92f136c8f5c8bbe6d5c91b26f81869652f 100644 --- a/templates/email/email_fellow_tasklist.html +++ b/templates/email/email_fellow_tasklist.html @@ -3,6 +3,7 @@ <p>Dear {{ fellow.get_title_display }} {{ fellow.user.last_name }},</p> <p>Please find below a summary of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention on any point in need of attention. Your good work as an Editorial Fellow is greatly appreciated!</p> {% if assignments_to_consider %} +<br/> <h3>Assignments for you to consider:</h3> <ul> {% for assignment in assignments_to_consider %} @@ -13,6 +14,7 @@ </ul> {% endif %} {% if assignments_ongoing %} +<br/> <h3>Current assignments (Submissions for which you are Editor-in-charge):</h3> <ul> {% for assignment in assignments_ongoing %} @@ -36,6 +38,7 @@ </ul> {% endif %} {% if assignments_upcoming_deadline %} +<br/> <h3>Upcoming refereeing deadlines:</h3> <ul> {% for assignment in assignments_upcoming_deadline %} @@ -50,6 +53,7 @@ {% endfor %} </ul> {% endif %} +<br/> <h3>Need help or assistance?</h3> <p> Don't hesitate to <a href="mailto:edadmin@scipost.org">email the editorial administration</a> if you need any assistance.