{% load django_tables2 %} {% load helpers %} {% load i18n %}
{% trans "IPs in" %} {{ prefix.prefix }} {{ table.page.paginator.count }}
{% if request.user.is_authenticated %} {% endif %}
{% include 'inc/paginator.html' with htmx=True table=table paginator=table.paginator page=table.page placement='top' %} {% render_table table 'inc/table_htmx.html' %} {% include 'inc/paginator.html' with htmx=True table=table paginator=table.paginator page=table.page %}
{# IP table column config modal #} {% table_config_form table table_name="PrefixIPTable" %}