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

{% trans "DHCP Subnet" %}

{% else %}

{% trans "DHCP Subnets" %}

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