{% extends 'rb/emails/reservations/base_email_to_user.txt' %}

{% block body -%}
Your booking has been REJECTED by the manager of the room for the {{ occurrence.start_dt | format_date('EEEE dd/MM/yyyy', locale='en_GB') }}.

Rejection reason:
{{ occurrence.rejection_reason }}

{% include 'rb/emails/reservations/reservation_info.txt' %}
{%- endblock %}
