{% extends "base.html" %} {% load i18n static %} {% block title %}{{ _("Quotations") }}{% endblock title %} {% block content %}
| {% trans "Estimate Number" %} | {% trans "Customer" %} | {% trans "Status" %} | {% trans "Status Date" %} | {% trans "Created" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|
| {{ estimate.estimate_number }} | {{ estimate.customer }} | {{ estimate.status }} | {{ estimate.get_status_action_date }} | {{ estimate.created }} | {% trans "view" %} |
| {% trans "No Quotations Found" %} | |||||