SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 375dc82c authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Improve email

parent 4d77a8f0
No related branches found
No related tags found
No related merge requests found
{% load bootstrap %}
{% load submissions_extras %}
<p>Dear {{ fellow.get_title_display }} {{ fellow.user.last_name }},</p>
<p>Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention.</p>
<p>Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention, if it turns out to be needed.</p>
{% if assignments_to_consider %}
<h3>Assignments for you to consider:</h3>
<ul>
......@@ -51,6 +51,7 @@
{% endfor %}
</ul>
{% endif %}
<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.
</p>
......
{% load submissions_extras %}
Dear {{ fellow.get_title_display }} {{ fellow.user.last_name }},\n\n
Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention.\n\n
Please find below a digest of your current assignments, with (if applicable) pending and upcoming required actions. Many thanks in advance for your timely intervention, if it turns out to be neede.\n\n
{% if assignments_to_consider %}
Assignments for you to consider:\n\n
{% for assignment in assignments_to_consider %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment