{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "Identifier" %} | {% trans "Date" %} | {% trans "Amount" %} | {% trans "Amount still due" %} | |
---|---|---|---|---|
{{ invoice.number }} | {{ invoice.date }} | {{ invoice.amount }} | 0 %} class="unpaid"{% endif %}>{{ invoice.amount_remaining_to_pay }} | {% if invoice.is_pdf_exists %} {% trans "PDF" %}{% endif %} |