{% extends "orders/base.html" %} {% block title %}Checkout{% endblock %} {% block body %} {% if message %}
{% endif %}Checkout |
|---|
|
{% if not cart %}
Empty.
{% else %}
{% for item in cart %}
{% endif %}
{{ item }}
{% if item.toppings.all|length > 0 %}
{{ item.price }}
Rs.{{ total }}
|