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
10 lines
546 B
Plaintext
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 %}
|