{% extends '_base.html' %} {% load helpers %} {% block title %}Racks{% endblock %} {% block content %}
{% if perms.dcim.add_rack %} Add a rack Import racks {% endif %} {% include 'inc/export_button.html' with obj_type='racks' %}

Racks

{% include 'utilities/obj_table.html' with bulk_edit_url='dcim:rack_bulk_edit' bulk_delete_url='dcim:rack_bulk_delete' %}
Search
{% include 'inc/filter_panel.html' %}
{% endblock %}