{% load render_table from django_tables2 %} {% if perms.ipam.change_ipaddress or perms.ipam.delete_ipaddress %}
{% csrf_token %} {% render_table table table_template|default:'table.html' %} {% if perms.ipam.change_ipaddress %} {% endif %} {% if perms.ipam.delete_ipaddress %} {% endif %}
{% else %} {% render_table table table_template|default:'table.html' %} {% endif %}