{% extends "shopit/base.html" %} {% load i18n shopit_tags %} {% block title %}{% trans "Cart" %}{% endblock %} {% block content %} {% if cart_items %} {% cart %} {% trans "Empty the cart" %} {% trans "Proceed to checkout" %} {% else %}
{% trans "Cart is empty." %}
{% endif %} {% endblock %}