{% if perms.dcim.change_devicetype %}
{% csrf_token %}
{{ title }}
{% if table.rows|length > 1 %} {% endif %} {% if table.rows|length > 10 %} Add {{ title }} {% endif %}
{% include 'responsive_table.html' %}
{% else %}
{{ title }}
{% include 'responsive_table.html' %}
{% endif %}