diff --git a/templates/admin_management/management.html b/templates/admin_management/management.html index 3ce8a5b5..33943c2b 100644 --- a/templates/admin_management/management.html +++ b/templates/admin_management/management.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -

Admin Management

+

Admin Management

diff --git a/templates/crm/leads/lead_list.html b/templates/crm/leads/lead_list.html index ee9c200e..4241ea59 100644 --- a/templates/crm/leads/lead_list.html +++ b/templates/crm/leads/lead_list.html @@ -53,8 +53,8 @@
@@ -81,9 +81,9 @@
{% if page_obj.object_list %}
- +
- +
{{ _("Lead Name")|capfirst }}
@@ -154,6 +154,7 @@
+
diff --git a/templates/customers/customer_list.html b/templates/customers/customer_list.html index 196d7aa8..15ecfad9 100644 --- a/templates/customers/customer_list.html +++ b/templates/customers/customer_list.html @@ -26,9 +26,9 @@ {% if page_obj.object_list %}
- +
- +
{{ _("Name")|capfirst }} diff --git a/templates/dealers/dealer_form.html b/templates/dealers/dealer_form.html index d439ed85..e282ef27 100644 --- a/templates/dealers/dealer_form.html +++ b/templates/dealers/dealer_form.html @@ -15,11 +15,11 @@ {% csrf_token %} {{ form|crispy }}
- - - {{ _("Cancel") }} + {% trans "Cancel" %} +
diff --git a/templates/groups/group_list.html b/templates/groups/group_list.html index f67b993f..3ab425bd 100644 --- a/templates/groups/group_list.html +++ b/templates/groups/group_list.html @@ -7,7 +7,7 @@ {% block content %}
-
+
@@ -16,11 +16,11 @@
-
+
- +
- + @@ -30,10 +30,10 @@ {% for group in groups %} - - - - + + +
{% trans 'name'|capfirst %} {% trans 'total Users'|capfirst %} {% trans 'total permission'|capfirst %}
{{ group.name }} {{ group.users.count }} {{ group.permissions.count }} + {{ group.name }} {{ group.users.count }} {{ group.permissions.count }} diff --git a/templates/inventory/car_inventory.html b/templates/inventory/car_inventory.html index f4b6d6f6..f9f451eb 100644 --- a/templates/inventory/car_inventory.html +++ b/templates/inventory/car_inventory.html @@ -46,9 +46,9 @@
- +
- + @@ -126,10 +126,15 @@
{% trans 'Stock'|upper %} {% trans "VIN" %} {% trans "Year"|upper %}
- - {% if is_paginated %} - {% include 'partials/pagination.html' %} - {% endif %} +
{{ page_obj.start_index }} {{ _("to") }} {{ page_obj.end_index }} {{ _("Items of")}} {{ page_obj.paginator.count }} +
+ + {% if is_paginated %} + {% include 'partials/pagination.html' %} + {% endif %} + +
+
{% endblock %} \ No newline at end of file diff --git a/templates/inventory/car_list_view.html b/templates/inventory/car_list_view.html index 2ea19b2d..364e4b6a 100644 --- a/templates/inventory/car_list_view.html +++ b/templates/inventory/car_list_view.html @@ -102,18 +102,18 @@ - - - - - - - - - - - - +
{{ _("VIN") }}{{ _("Make") }}{{ _("Model") }}{{ _("Year") }}{{ _("Trim") }}{{ _("Color") }}{{ _("Age") }}{{ _("Status") }}
+ + + + + + + + + + + @@ -175,7 +175,15 @@
{{ _("VIN") }}{{ _("Make") }}{{ _("Model") }}{{ _("Year") }}{{ _("Trim") }}{{ _("Color") }}{{ _("Age") }}{{ _("Status") }}
- {% include 'partials/pagination.html' %} +
{{ page_obj.start_index }} {{ _("to") }} {{ page_obj.end_index }} {{ _("Items of")}} {{ page_obj.paginator.count }} +
+ + {% if is_paginated %} + {% include 'partials/pagination.html' %} + {% endif %} + +
+
diff --git a/templates/organizations/organization_list.html b/templates/organizations/organization_list.html index 140693f9..63988909 100644 --- a/templates/organizations/organization_list.html +++ b/templates/organizations/organization_list.html @@ -39,9 +39,9 @@
- +
- +
{{ _('Name')|capfirst }}
@@ -103,9 +103,6 @@
{{ org.name }} -
-

{{ org.name }} -
diff --git a/templates/users/user_list.html b/templates/users/user_list.html index efa2c984..f673699f 100644 --- a/templates/users/user_list.html +++ b/templates/users/user_list.html @@ -7,13 +7,13 @@ {% block content %}
-
+
-
+
- +
- + @@ -39,7 +39,7 @@ {% for user in users %} -
{% trans 'name'|capfirst %} {% trans 'email'|capfirst %} {% trans 'phone number'|capfirst %}
+