{% extends 'base.html' %} {% block title %}Pré-visualização do e-mail{% endblock %} {% block content %}
Cliente: {{ reservation.customer_name }} E-mail: {{ reservation.customer_email }}
{% include 'email_template.html' %}
{% endblock %}