Thank you for your booking, {{ booking.customer.first_name|default:"Valued Customer" }}!
Booking Details
Booking Number:
{{ booking.booking_number }}
{% if booking.equipment %}
Equipment:
{{ booking.equipment.name }}
{% endif %}
Start Date:
{{ booking.start_date|date:"F j, Y" }}
End Date:
{{ booking.end_date|date:"F j, Y" }}
Duration:
{{ booking.duration_days }} day{{ booking.duration_days|pluralize }}
{% if booking.notes %}
Special Requests:
{{ booking.notes }}
{% endif %}
Payment Information
Total Amount:
KES {{ booking.total_amount|floatformat:2 }}
{% if payment %}
Payment Status:
Paid
Payment Method:
M-Pesa
Transaction ID:
{{ payment.transaction_reference }}
{% if payment.mpesa_receipt_number %}
M-Pesa Receipt:
{{ payment.mpesa_receipt_number }}
{% endif %}
{% else %}
Payment Status:
Pending
{% endif %}
Need Help?
If you have any questions about your booking, feel free to contact our support team.