{% extends "base-apply.html" %} {% load i18n humanize invoice_tools heroicons %} {% block title %}{% trans "Invoice" %}: {{ object.invoice_number }} - {{ object.project.title }}{% endblock %} {% block body_class %}bg-light-grey{% endblock %} {% block content %} {% display_invoice_status_for_user user object as invoice_status %} {% adminbar %} {% slot back_link %} {% trans "View project page" %} {% endslot %} {% slot header %}{% trans "Invoice" %}: {{ object.invoice_number }}{% endslot %} {% slot sub_heading %}{% trans "For" %}: {{ object.project.title }}{% endslot %} {% endadminbar %}
{% endblock %}