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
8 lines
328 B
Plaintext
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 %}
|