{% extends 'admin/detail_form.html' %} {% load i18n %} {% block content %}
{{ obj.product.code }} - {{ obj.product.name }} | |||
---|---|---|---|
{% trans 'ELEMENTS' %} | |||
{% trans 'Code' %} | {% trans 'Product' %} | {% trans 'Unit' %} | {% trans 'Quantity' %} |
{{ element.product.code }} | {{ element.product.name }} | {{ element.unit|upper }} | {{ element.quantity|floatformat:2 }} |