{% extends "base.html" %} {% load static %} {% block content %}
Items | Product ID | Quantities | Unit Price | Subtotal |
---|---|---|---|---|
{{ article.name }} | {{ article.id }} | {{ article.quantity }} | {{ article.unit_price }} | {{ article.get_total }} |
Comment: {{obj.comments}} |
Subtotal Total |
{{obj.get_total}} FCFA ${{obj.get_total}} FCFA |
PAID:
{% if obj.paid %}
|