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

{% block body -%}
You have CANCELLED your booking:

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