datatracker/ietf/templates/review/reviewer_reminder_unconfirmed_assignments.txt
Sasha Romijn 486b6daa29 Fix #2475 - Send opt-in reminders for unconfirmed review assignments.
If enabled for a team, reminders will be sent every X days to reviewers
for review assignments they have not accepted or rejected.

Commit ready for merge.
 - Legacy-Id: 16792
2019-10-01 13:01:19 +00:00

10 lines
546 B
Plaintext

{% load ietf_filters %}{% autoescape off %}{% filter wordwrap:78 %}This is just a friendly reminder that you have a review assignment which you have neither accepted nor rejected.
The review assignment is for {{ assignment.review_request.doc.name }} in team {{ team.acronym }}.
You can accept or reject the assignment on:
{{ review_request_url }}
You are receiving this reminder because your team secretary has configured the Datatracker to remind you every {{ remind_days }} day{{ remind_days|pluralize }}.
{% endfilter %}{% endautoescape %}