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