{% extends "emails/base_email.html" %} {% block content %}
Action required: Review and confirm
Customer: {{ booking.customer_email }}
Equipment: {{ equipment.name }}
Total Amount: KSh {{ booking.total_amount|floatformat:2 }}
From: {{ booking.start_date|date:"F j, Y" }}{% if booking.pickup_time %} at {{ booking.pickup_time|time:"g:i A" }}{% endif %}
To: {{ booking.end_date|date:"F j, Y" }}{% if booking.return_time %} at {{ booking.return_time|time:"g:i A" }}{% endif %}
Duration: {{ booking.total_days }} day{{ booking.total_days|pluralize }}
{% if booking.delivery_required %}Address: {{ booking.delivery_address }}
Delivery Fee: KSh {{ booking.delivery_fee|floatformat:2 }}
| Name: | {{ booking.user.get_full_name|default:"N/A" }} |
| Email: | {{ booking.customer_email }} |
| Phone: | {{ booking.customer_phone }} |
| Member Since: | {{ booking.user.date_joined|date:"F j, Y" }} |
Please review this booking and update its status in the admin panel:
This is an automated notification. Please do not reply to this email.