{% extends "base.html" %} {% load i18n custom_filters %} {% load crispy_forms_filters %} {% block title %} {{ _("View Quotation") }} {% endblock title %} {% block content %}
{{ estimate.estimate_number }}
{{ estimate.created }}
{{ estimate.customer.customer_name }}
{{ estimate.customer.email }}