{% load render_table from django_tables2 %} {% load perms %} {% load i18n %} {% if perms.netbox_dhcp.view_pool %} {% if pools %}
{% if pools.rows|length == 1 %}

{% trans "DHCP Pool" %}

{% else %}

{% trans "DHCP Pools" %}

{% endif %}
{% render_table pools 'inc/table.html' %}
{% endif %} {% endif %}