{% extends "base.html" %} {% load crispy_forms_filters %} {% load static %} {% load i18n %} {% block title %}
|
{{ _("Customer Name")}} |
: |
{{ estimate.customer.customer_name }} |
|
{{ _("Email") }} |
: |
{{ estimate.customer.email }} |
|
{{ _("Address") }} |
: |
{{ estimate.customer.address_1 }} |
|
{{ _("Total Discount")}} |
: |
{{ data.total_discount }} |
|
{{ _("Total Amount")}} |
: |
{{ data.grand_total }} |