{% extends "tienda/base.html" %} {% load static %} {% load vat_filters %} {% block content %}
| Producto | Precio (sin IVA) | Cantidad | Stock | Subtotal (con IVA) | Acciones |
|---|---|---|---|---|---|
|
{% if item.product.primary_image %}
|
{{ item.product.price|format_price }} € | {% if item.product.stock > 0 %} {{ item.product.stock }} {% else %} 0 {% endif %} | {{ item.get_subtotal_with_vat|format_price }} € |