{% extends '_base.html' %} {% load helpers %} {% block title %}Racks{% endblock %} {% block content %}
{% if perms.dcim.add_rack %} Add a rack Import racks {% endif %} {% if export_templates %}
{% endif %}

Racks

{% include 'dcim/inc/rack_table.html' %}
Search
{% include 'inc/filter_panel.html' %}
{% endblock %}