datatracker/ietf/templates/review/reviewer_unavailability_ending.txt
Sasha Romijn 179c151f9e Fix #2231 - Send reminders before long UnavailabilityPeriods expire
A notification is sent to the team secretary and reviewer, if an
unavailability period lasting 30 days or more will end in 3 days.
Commit ready for merge.
 - Legacy-Id: 16704
2019-09-05 11:59:40 +00:00

8 lines
328 B
Plaintext

{% load ietf_filters %}{% autoescape off %}{% filter wordwrap:78 %}
Reviewer {{ reviewer }} in {{ team.acronym }} will become available again in {{ reminder_days }} days.
This ends their unavailability which lasted from {{ period_start }} until {{ period_end }}.
{{ reviewer_overview_url }}
{% endfilter %}{% endautoescape %}