{% extends 'admin/base.html' %} {% load i18n widget_tweaks %} {% block content %} {{ block.super }}
{% trans 'Action' %} | {% trans 'Date' %} | {% trans 'Quantity' %} | {% trans 'Price' %} | {% trans 'Subtotal (Retail)' %} |
---|---|---|---|---|
{{ item.invoice.get_type_display }} | {{ item.invoice.created }} | {{ item.qty }} | {{ item.price_with_discount|stringformat:".2f" }} | {{ item.subtotal_with_discount|stringformat:".2f" }} |