{% extends '_base.html' %} {% load helpers %} {% block content %}
{% if perms.dcim.add_devicetype %} Add a device type Import device types {% endif %} {% include 'inc/export_button.html' with obj_type='device types' %}

{% block title %}Device Types{% endblock %}

{% include 'utilities/obj_table.html' with bulk_edit_url='dcim:devicetype_bulk_edit' bulk_delete_url='dcim:devicetype_bulk_delete' %}
{% include 'inc/search_panel.html' %}
{% endblock %}