{% extends "vendor/manage/base.html" %} {% load i18n %} {% block vendor_content %}
{% trans '#' %} | {% trans 'Name' %} | {% trans 'Status' %} | {% trans 'Date' %} | {% trans 'Currency' %} | {% trans 'Total' %} |
---|---|---|---|---|---|
{{ item.pk }} | {{ item.get_invoice_display }} | {{ item.get_status_display }} | {{ item.created }} | {{ item.get_currency_display }} | ${{ item.total|floatformat:2|default:"0.00" }} |
{% trans 'No Orders' %} |