{% load helpers %} {% if perms.dcim.change_devicetype %}
{% csrf_token %}
{{ title }}
{% include 'inc/responsive_table.html' %}
{% else %}
{{ title }}
{% include 'inc/responsive_table.html' %}
{% endif %}