{% trans 'If you have not created an account yet, then please' %}
diff --git a/templates/customers/customer_list.html b/templates/customers/customer_list.html
index 0077dbe1..36c4b46c 100644
--- a/templates/customers/customer_list.html
+++ b/templates/customers/customer_list.html
@@ -105,13 +105,11 @@
-
-
- {% if is_paginated %}
- {% include 'partials/pagination.html' %}
- {% endif %}
-
-
+ {% if is_paginated %}
+ {% include 'partials/pagination.html' %}
+ {% endif %}
+
+
{% include 'modal/delete_modal.html' %}
{% endblock %}
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index 7f549ce2..7397137f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,6 +2,8 @@
{% load i18n static %}
{% block content %}
+
+
{% for field in form %}
{% for error in field.errors %}
diff --git a/templates/sales/estimates/estimate_list.html b/templates/sales/estimates/estimate_list.html
index f0ba0fb9..1d1b8279 100644
--- a/templates/sales/estimates/estimate_list.html
+++ b/templates/sales/estimates/estimate_list.html
@@ -11,7 +11,7 @@
-
{% trans "Estimate Number" %}
+
{% trans "Quotation Number" %}
{% trans "Customer" %}
{% trans "Status" %}
{% trans "Status Date" %}
@@ -23,7 +23,7 @@
{% for estimate in estimates %}
{{ estimate.estimate_number }}
-
{{ estimate.customer }}
+
{{ estimate.customer.customer_name }}
{% if estimate.status == 'draft' %}
{% trans "Draft" %}
@@ -48,6 +48,10 @@
class="btn btn-sm btn-phoenix-success">
{% trans "view"|capfirst %}
+
+ {% trans "pdf"|capfirst %}
+