{% extends "invoices/base-wide.html" %} {% load invoice_tags %} {% load perm_tags %} {% load base_filters %} {% block title %}{{ block.super }}{% if obj_name %}{{ obj_name|capfirst }}{% endif %} {% trans 'Invoice' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
Description | {% trans 'Line Amount' %} |
{% trans "Admin notes: " %} {{ invoice.admin_notes|safe }}
{% endif %} {% endif %} {% if invoice.region and invoice.region.invoice_footer %} {{ invoice.region.invoice_footer|safe }} {% else %} {% include "invoices/include/default_invoice_footer.html" %} {% endif %}