{% extends "base-apply.html" %} {% load i18n humanize invoice_tools %} {% block title %}{% trans "Invoice" %}: {{ object.project.title }}{% endblock %} {% block content %}
{% trans "Status" %}: {{ object.get_status_display }}
{% trans "Vendor" %}: {{ object.project.vendor.name }}
{% trans "Invoice Number" %}: {{ object.pk }}
{% trans "Period of Performance" %}: {{ object.date_from.date }} | {{ object.date_to.date }}
{% trans "Total" %}: {{ CURRENCY_SYMBOL }}{{ object.amount|intcomma }}
{{object.filename}}
{{document.filename}}