{% extends 'base.html' %} {% load static %} {% block title %}Invoice {{ invoice.invoice_number }} - 3ncount{% endblock %} {% block page_pretitle %}Billing{% endblock %} {% block page_title %}Invoice {{ invoice.invoice_number }}{% endblock %} {% block page_actions %} Back to History Download PDF {% if invoice.status != 'PAID' %} {% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Smart Accounting System
For Malaysian SMEs
| Description | Amount |
|---|---|
|
{{ item.description }}
{% if item.item_type != 'SUBSCRIPTION' %}
{{ item.get_item_type_display }} {% endif %} |
RM {{ item.amount|floatformat:2 }} |
This invoice is awaiting payment. Please complete payment by {{ invoice.due_date|date:"d M Y" }}.
This invoice is past due. Please make payment immediately to avoid service interruption.
{{ invoice.notes }}