Set locale to en_GB for dates in emails
[cds-indico.git] / indico / modules / rb / templates / emails / reservations / reservation_info.txt
blob344ecff09ae1fa77e98f5fdb6ba5e49a412b19e7
1 Room:  {{ reservation.room.full_name }}
2 For:  {{ reservation.booked_for_name }}
3 Reason: {{ reservation.booking_reason }}
4 Dates: {{ reservation.start_dt | format_date(locale='en_GB') }} - {{ reservation.end_dt | format_date(locale='en_GB') }}
5 Hours: {{ reservation.start_dt | format_time(locale='en_GB') }} - {{ reservation.end_dt | format_time(locale='en_GB') }}