{% extends "base.html" %} {% load i18n %} {% block title %}{{ _("View Estimate") }}{% endblock title %} {% block content %}
{% trans 'Paid Amount' %}
{% trans 'Due Amount' %}
#{{invoice.invoice_number}}
{{invoice.created}}
{{invoice.customer.customer_name}}
{{invoice.customer.email}}