{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
Device Role
Name {{ object.name }}
Description {{ object.description|placeholder }}
Color  
VM Role {% if object.vm_role %} {% else %} {% endif %}
Devices {{ device_count }}
Virtual Machines {% if object.vm_role %} {{ virtualmachine_count }} {% else %} — {% endif %}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Devices
{% include 'inc/table.html' with table=devices_table %}
{% if perms.dcim.add_device %} {% endif %}
{% include 'inc/paginator.html' with paginator=devices_table.paginator page=devices_table.page %} {% plugin_full_width_page object %}
{% endblock %}