{% extends "emails/base_email.html" %} {% block content %}
Your equipment is reserved
Status: Confirmed
Equipment: {{ equipment.name }}
Date: {{ booking.start_date|date:"F j, Y" }}
{% if booking.pickup_time %}Time: {{ booking.pickup_time|time:"g:i A" }}
{% endif %}Location: {{ equipment.location|default:"Main Office" }}
Date: {{ booking.end_date|date:"F j, Y" }}
{% if booking.return_time %}Time: {{ booking.return_time|time:"g:i A" }}
{% endif %}| {{ equipment.name }} ({{ booking.total_days }} days) | KSh {{ booking.subtotal|floatformat:2 }} |
| Delivery Fee | KSh {{ booking.delivery_fee|floatformat:2 }} |
| Total Amount | KSh {{ booking.total_amount|floatformat:2 }} |
A security deposit of KSh {{ booking.security_deposit|floatformat:2 }} will be held and refunded upon safe return of the equipment.
If you have any questions about your booking, please contact us at:
Email: {{ contact_email }} | Phone: {{ contact_phone }}
© {% now "Y" %} {{ site_name }}. All rights reserved.