{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block extra_controls %} {% if perms.dcim.add_rack %} Add Rack {% endif %} {% endblock extra_controls %} {% block content %}
Rack Role
Name {{ object.name }}
Description {{ object.description|placeholder }}
Color  
Racks {{ racks_table.rows|length }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Racks
{% render_table racks_table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=racks_table.paginator page=racks_table.page %}
{% plugin_full_width_page object %}
{% endblock %}