{% extends 'dcim/moduletype/base.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% load i18n %} {% block content %} {% if perms.dcim.change_moduletype %}
{% csrf_token %}
{% include 'htmx/table.html' %}
{% else %}

{{ title }}

{% include 'htmx/table.html' %}
{% endif %} {% endblock content %}