{% extends "base.html" %} {% load i18n %} {% block title %}{{ _("View Quotation") }}{% endblock title %} {% block content %}
{% trans "Are you sure you want to Cancel this Estimate?" %}
{{estimate.estimate_number}}
{{estimate.created}}
{{estimate.customer.customer_name}}
{{estimate.customer.email}}