{% extends 'base.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load custom_links %} {% load plugins %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% plugin_buttons object %} {% if perms.dcim.change_device %}
{% endif %} {% if perms.dcim.add_device %} {% clone_button object %} {% endif %} {% if perms.dcim.change_device %} {% edit_button object %} {% endif %} {% if perms.dcim.delete_device %} {% delete_button object %} {% endif %}

{{ object }}

{% include 'inc/created_updated.html' with obj=object %}
{% custom_links object %}
{% endblock %}