{% 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.vendor_document_number }}
{{object.filename}}
{{document.filename}}