diff --git a/commentaries/templates/commentaries/vet_commentary_email_accepted.html b/commentaries/templates/commentaries/vet_commentary_email_accepted.html new file mode 100644 index 0000000000000000000000000000000000000000..69ba77f82041bc55e7d95c3dc5b34f4e486de797 --- /dev/null +++ b/commentaries/templates/commentaries/vet_commentary_email_accepted.html @@ -0,0 +1,7 @@ +Dear {{commentary.requested_by.get_title}} {{commentary.requested_by.user.last_name}}, + +The Commentary Page you have requested, concerning publication with title {{commentary.pub_title}} by {{commentary.author_list}}, has been activated at https://scipost.org/commentary/'{{commentary.arxiv_or_DOI_string}}. +You are now welcome to submit your comments. + +Thank you for your contribution, +The SciPost Team. diff --git a/commentaries/templates/commentaries/vet_commentary_email_modified.html b/commentaries/templates/commentaries/vet_commentary_email_modified.html new file mode 100644 index 0000000000000000000000000000000000000000..f3ad85365c4ab2f4398dc9b9e644aeece54b7559 --- /dev/null +++ b/commentaries/templates/commentaries/vet_commentary_email_modified.html @@ -0,0 +1,7 @@ +Dear {{commentary.requested_by.get_title}} {{commentary.requested_by.user.last_name}}, + +The Commentary Page you have requested, concerning publication with title {{commentary.pub_title}} by {{commentary.author_list}}, has been activated (with slight modifications to your submitted details). +You are now welcome to submit your comments. + +Thank you for your contribution, +The SciPost Team. diff --git a/commentaries/templates/commentaries/vet_commentary_email_rejected.html b/commentaries/templates/commentaries/vet_commentary_email_rejected.html new file mode 100644 index 0000000000000000000000000000000000000000..b9d99fade03b2a34cfcb59728285f97b7e677c61 --- /dev/null +++ b/commentaries/templates/commentaries/vet_commentary_email_rejected.html @@ -0,0 +1,11 @@ +Dear {{commentary.requested_by.get_title}} {{commentary.requested_by.user.last_name}}, + +The Commentary Page you have requested, concerning publication with title {{commentary.pub_title}} by {{commentary.author_list}}, has not been activated for the following reason: {{refusal_reason}}. + +{% if further_explanation %} +Further explanations: +{{further_explanation}} +{% endif %} + +Thank you for your interest, +The SciPost Team.