{% extends 'admin/base_site.html' %} {% load i18n widget_tweaks %} {% block content %}
| {% trans 'Product' %} | {% trans 'Code' %} | {% trans 'Quantity' %} | {% trans 'Price' %} |
|---|---|---|---|
| {{ item.product.name }} | {{ item.product.code }} | {{ item.qty }} | {{ item.printable_price }} |