Set locale to en_GB for dates in emails
[cds-indico.git] / indico / modules / rb / templates / emails / reservations / occurrence_cancellation_email_to_assistance.txt
blob05ad3fb33fff4b647407f6577481a4fbf717eec4
1 {% extends 'rb/emails/reservations/base_email_to_assistance.txt' %}
3 {% block body -%}
4 {{ session.user.full_name }} has cancelled the occurrence on {{ occurrence.start_dt | format_date(locale='en_GB') }} of the following meeting. Support is NOT needed anymore.
5 {%- endblock %}