{% load i18n %} {% if plugin.status_code == 200 %}
{% trans "IPN" %} | {% trans "SKU" %} | {% trans "Required" %} | {% trans "Available" %} | {% trans "Status" %} | {% trans "Price" %} | {% trans "Total" %} | ||
{{ sub.IPN }} | {{ sub.SKU }} | {{ sub.QuantityRequested }} | {{ sub.QuantityAvailable }} | {% if sub.QuantityRequested > sub.QuantityAvailable %}{% trans "No Stock" %} | {% else %}{% trans "OK" %} | {% endif %}{{ sub.UnitPrice|floatformat:4 }} | {{ sub.ExtendedPrice|floatformat:4 }} | {{ sub.Error }} |
{% trans "Total" %} | {{ plugin.cart_content.currency_code }} | {{ plugin.cart_content.MerchandiseTotal|floatformat:4 }} |