Set locale to en_GB for dates in emails
[cds-indico.git] / indico / modules / rb / templates / emails / reservations / occurrence_rejection_email_to_assistance.txt
blobaab19e2118d9e04c515a76b2a2873169050aa960
1 {% extends 'rb/emails/reservations/base_email_to_assistance.txt' %}
3 {% block body -%}
4 A booking has been REJECTED by the manager of the room '{{ reservation.room.full_name }}' for the {{ occurrence.start_dt | format_date(locale='en_GB') }}.
5 Assistance for the meeting startup in NOT needed anymore.
7 Rejection reason:
8 {{ occurrence.rejection_reason }}
9 {%- endblock %}