diff --git a/assets/templates/partials/asset_buttons.html b/assets/templates/partials/asset_buttons.html
index 3c99225f..e42eeda1 100644
--- a/assets/templates/partials/asset_buttons.html
+++ b/assets/templates/partials/asset_buttons.html
@@ -1,25 +1,27 @@
-{% if edit and object %}
-
-
-
Edit
-
Duplicate
+
+ {% if edit and object %}
+
+
+ {% elif duplicate %}
+
+
+ {% elif create %}
+
+
+ {% else %}
+
+
+ {% endif %}
+ {% if create or edit or duplicate %}
+
+
+ {% endif %}
-{% endif %}
-{% if create or edit or duplicate %}
-
-
-{% endif %}
diff --git a/assets/templates/partials/asset_list_table.html b/assets/templates/partials/asset_list_table.html
index 27f31df4..81eb6a8a 100644
--- a/assets/templates/partials/asset_list_table.html
+++ b/assets/templates/partials/asset_list_table.html
@@ -18,10 +18,10 @@
{{ item.status }} |
|
diff --git a/assets/templates/partials/purchasedetails_form.html b/assets/templates/partials/purchasedetails_form.html
index 9cbe9a60..b2cca199 100644
--- a/assets/templates/partials/purchasedetails_form.html
+++ b/assets/templates/partials/purchasedetails_form.html
@@ -17,7 +17,7 @@
@@ -25,7 +25,7 @@