{% extends 'admin/inspect.html' %} {% load i18n static admin_urls admin_modify products_tags %} {% block title %}{{ object }}{% endblock %} {% block extrastyle %} {% block object-tools-extra %} {% if cartitem_opts %} {% url cartitem_opts|admin_urlname:'add_item' object.pk|admin_urlquote as add_to_cart_url %} {% if add_to_cart_url %}
{{ topic.description|safe }}
{% endif %}{% trans "Inner ID" %} | {% trans "Product" %} | {% trans "Unit" %} | {% trans "Quantity" %} | {% trans "Tarif" %} |
---|---|---|---|---|
{{ bundle.item.inner_id }} | {{ bundle.item }} | {% if bundle.item.unit %}{{ recommendation.item.unit|safe }}{% else %}-{% endif %} | {{ bundle.quantity }} | {{ bundle.total }} |
{% trans "Inner ID" %} | {% trans "Product" %} | {% trans "Satuan" %} | {% trans "Quantity" %} | {% trans "Tarif" %} |
---|---|---|---|---|
{{ recommendation.product.inner_id }} | {{ recommendation.product }} | {% if recommendation.product.unit_code %}{{ recommendation.product.unit_code }}{% endif %} | {{ recommendation.quantity }} {% if recommendation.product.unit %}{{ recommendation.product.unit|safe }}{% endif %} | {{ recommendation.total }} |