diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html
index 67a434716..4851dc3e6 100644
--- a/netbox/templates/generic/object.html
+++ b/netbox/templates/generic/object.html
@@ -80,6 +80,9 @@ Context:
{% if perms.extras.add_subscription and object.subscriptions %}
{% subscribe_button object %}
{% endif %}
+ {% if request.user|can_add:object %}
+ {% clone_button object %}
+ {% endif %}
{% for name, action in actions.items %}
{% action_button action object %}
{% endfor %}