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

{% block body -%}
Your booking has been REJECTED by the manager of the room.

Rejection reason:
{{ reservation.rejection_reason }}

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