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