HEAD {% extends "shop/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Shopping Cart" %} - Fursuit Shop{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ item.product.description|truncatewords:15 }}
{% if item.product.product_type == 'fursuit' %} Fursuit {% else %} Printed Item {% endif %} {% if item.product.is_custom_order %} Custom Order {% endif %}{% trans "Looks like you haven't added any items to your cart yet." %}
{% trans "Continue Shopping" %}{{ product.description|truncatewords:10 }}
{{ item.product.description|truncatewords:15 }}
{% if item.product.product_type == 'fursuit' %} Fursuit {% else %} Printed Item {% endif %} {% if item.product.is_custom_order %} Custom Order {% endif %}{% trans "Looks like you haven't added any items to your cart yet." %}
{% trans "Continue Shopping" %}{{ product.description|truncatewords:10 }}