{% extends "base.html" %} {% load static %} {% block content %}
Donald Programmer Inc, 45 NorthWest
Cameroon, Douala
00000 00000
{{obj.customer.name}}
{{obj.customer.address}}, {{obj.customer.city}}, Cameroon
{{obj.get_invoice_type_display}} - #00{{obj.id}}
{{obj.invoice_date}}
{% for article in articles %} {% endfor %}
Items Product ID Quantities Unit Price Subtotal
{{ article.name }} {{ article.id }} {{ article.quantite }} {{ article.prix_u }} {{ article.get_total }}
Comment: {{obj.comments}}

Subtotal
Shipment & Handling
Tax

Total

{{obj.get_total}} FCFA
00.00 FCFA
00.00 FCFA

${{obj.get_total}} FCFA
PAID: {% if obj.paid %} True {% else %} False {% endif %}
{% endblock content %}