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

{% block body -%}
A booking has been REJECTED by the manager of the room '{{ reservation.room.full_name }}' 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 %}
