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