-
+
{{asset_allocation_form.asset_id}}
{{asset_allocation_form.asset_id.errors}}
-
+
{{asset_allocation_form.assign_images}}
{{asset_allocation_form.assign_images.errors}}
diff --git a/asset/templates/request_allocation/asset_request_allocation_list.html b/asset/templates/request_allocation/asset_request_allocation_list.html
index d6ad424ea..25925f8a5 100644
--- a/asset/templates/request_allocation/asset_request_allocation_list.html
+++ b/asset/templates/request_allocation/asset_request_allocation_list.html
@@ -309,12 +309,12 @@
@@ -330,8 +330,7 @@
onclick="event.stopPropagation()"
title='{% trans "Approve" %}'
>
-
-
+
-
-
-
-
+
+
{% endif %}
diff --git a/asset/templates/request_allocation/group_by.html b/asset/templates/request_allocation/group_by.html
index cf02b523a..b525566ae 100644
--- a/asset/templates/request_allocation/group_by.html
+++ b/asset/templates/request_allocation/group_by.html
@@ -111,15 +111,17 @@
{% for asset_request in request_list.list %}
-
-
+
+
-
{{asset_request.asset_category_id}}
-
{{ asset_request.asset_request_date }}
+
{{asset_request.asset_category_id}}
+
{{ asset_request.asset_request_date }}
+ {% if request_list.list.has_previous or request_list.list.has_next %}
+ {% endif %}
@@ -327,15 +359,17 @@
{% for asset_request in asset_requests %}
-
-
+
+
{% if perms.asset.add_assetassignment %}
- {% if asset_request.asset_request_status == 'Requested' %}
-
- {% endif %}
- {% endif %}
+ {% if asset_request.asset_request_status == 'Requested' %}
+
+ {% else %}
+
+ {% endif %}
+ {% endif %}
@@ -439,13 +499,14 @@
+ {% if allocation_list.list.has_previous or allocation_list.list.has_next %}
+
+ {% endif %}
diff --git a/asset/templates/request_allocation/individual_request.html b/asset/templates/request_allocation/individual_request.html
index daf58b8d5..b22074efc 100644
--- a/asset/templates/request_allocation/individual_request.html
+++ b/asset/templates/request_allocation/individual_request.html
@@ -97,11 +97,12 @@
diff --git a/base/templates/request_and_approve/asset_requests_approve.html b/base/templates/request_and_approve/asset_requests_approve.html
index 77d0c313a..93ac7906f 100644
--- a/base/templates/request_and_approve/asset_requests_approve.html
+++ b/base/templates/request_and_approve/asset_requests_approve.html
@@ -60,12 +60,12 @@
diff --git a/employee/templates/tabs/asset-request-tab.html b/employee/templates/tabs/asset-request-tab.html
index ed268f06c..966e09bc1 100644
--- a/employee/templates/tabs/asset-request-tab.html
+++ b/employee/templates/tabs/asset-request-tab.html
@@ -66,7 +66,8 @@
{% trans "Approve" %}
-
{% endif %}