{% extends "easy_pdf/base.html" %} {% block title%}Sales Receipt{%endblock%} {% block header%} {% include 'easy_pdf/header.html' %} {%endblock%} {% block content %}
Name | Quantity | Unit Price | Total Amount |
{{ sales.name }} | {{ sales.quantity }} | {{ sales.unit_price }} | {{ sales.total_amount }} | |||||
Grand Total | {{ total_sales.total_amount__sum }} |