SciPost Code Repository

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

Improve email again

parent 5c5f34d9
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, if it turns out to be needed.</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 on any point in need of attention.</p>
{% if assignments_to_consider %}
<h3>Assignments for you to consider:</h3>
<ul>
......@@ -22,7 +22,7 @@
<em>by {{ assignment.submission.author_list }}</em>
</p>
{% if assignment.submission.cycle.has_required_actions %}
<h3>Required actions:</h3>
<h3>Required actions (go to the <a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a>):</h3>
<ul>
{% for action in assignment.submission.cycle.get_required_actions %}
<li>{{action.1}}</li>
......@@ -30,7 +30,6 @@
<li>No actions required</li>
{% endfor %}
</ul>
<p><em>Manage this Submission from its </em><a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a></p>
{% endif %}
</li>
{% endfor %}
......@@ -46,7 +45,7 @@
<em>by {{ assignment.submission.author_list }}</em>
</p>
<p>Refereeing deadline: {{ assignment.submission.reporting_deadline|date:"Y-m-d" }}.</p>
<p><em>Manage this Submission from its </em><a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a></p>
<p><em>You can manage this Submission from its </em><a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.arxiv_identifier_w_vn_nr %}">Editorial page</a></p>
</li>
{% endfor %}
</ul>
......
{% 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, if it turns out to be neede.\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 on any point in need of attention.\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