{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% trans 'Item' %} | {% trans 'Quantity' %} | {% trans 'Avg Unit Price' %} | {% trans 'Total Contracted Cost' %} |
---|---|---|---|
{% currency_symbol %}{{ ce_cost_estimate__sum | currency_format }} | |||
{{ i.item_model__name }} | {{ i.ce_quantity__sum }} | {% currency_symbol %}{{ i.avg_unit_cost | currency_format }} | {% currency_symbol %}{{ i.ce_cost_estimate__sum | currency_format }} |