{% extends "easy_pdf/base.html" %} {%block content%}

Invoice

BILL TO:

{{calculted.name}}
{% autoescape off %}
{{calculated.address|safe}}
{% endautoescape %}
Payment: {{data.payment_type}} {% if calculated.invoice_number %}

REFERENCE: {{calculated.invoice_number}} {% endif %} {% if calculated.batchid %}

Batch: {{calculated.batchid}} {% endif %}
{% for transaction in transactions %} {% endfor %}
Date Event Description Amount
{{ transaction.transactiondate|date:'Y-m-d' }} {{ transaction.transactiontype }} {{ transaction.transactionnotes }} {{ transaction.transactionamount }}
Balance: {{calculated.balance|floatformat:2}}

PAYMENT DUE: ${{calculated.payment_amount_due}}

DUE DATE: {{calculated.next_due_date|date:'SHORT_DATE_FORMAT'}}

{% if calculated.urgent_message %} {{ calculated.urgent_message }} {% endif %} {% if calculated.invoice_notes %}
NOTE:{{ calculated.invoice_notes }} {% endif %}

PLEASE MAIL PAYMENT TO:
9650 Strickland Rd Suite 103-127, Raleigh, NC 27615
{% if viewonly %} {% else %}


{% endif %}
Please direct invoice-related questions to   finance@bridgemontschool.com. Make checks to Bridgemont International School.
{%endblock%}