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