* fix: Expand and enforce Cancel Interim Meeting Request comments length to 512 (#6998) * fix: Verify comment text in generated email
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
{% load ams_filters tz %}{% timezone meeting.time_zone %}
|
|
The {{ group.name }} ({{ group.acronym }}) {% if not meeting.city %}virtual {% endif %}{% if is_multi_day %}multi-day {% endif %}
|
|
interim meeting for {{ meeting.date|date:"Y-m-d" }} from {{ start_time|time:"H:i" }} to {{ end_time|time:"H:i" }} {{ meeting.time_zone }}
|
|
has been cancelled.
|
|
|
|
{{ meeting.session_set.first.agenda_note }}
|
|
{% endtimezone %}
|
|
|