{% extends "purchases/edit_po.html" %} {% load servo_tags %} {% load i18n %} {% block toolbar %} {% endblock toolbar %} {% block filter_bar %} {% endblock filter_bar %} {% block detail_view %}
{% trans "Product" %} | {% trans "Reference" %} | {% trans "Amount" %} | {% trans "Purchase Price" %} | {% trans "Received At" %} |
---|---|---|---|---|
{{ i.code }} {{ i.title }} |
{{ i.reference }} | {{ i.amount }} | {{ i.price|currency }} | {{ i.received_at|date:"SHORT_DATE_FORMAT"|default:"-" }} |