Your Cart
{{ items|length }} item{{ items|length|pluralize }}
{% if items %}
{% for item in items %}
{% if item.equipment.images.first %} {{ item.equipment.name }} {% endif %}
{{ item.equipment.name|truncatechars:25 }}
{{ item.quantity }} × KSh {{ item.daily_rate|floatformat:2 }} KSh {{ item.total_price|floatformat:2 }}
{% if not forloop.last %}
{% endif %} {% endfor %}
Subtotal: KSh {{ cart.total|floatformat:2 }}
View Cart & Checkout
{% else %}

Your cart is empty

Start Shopping
{% endif %}