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

{% trans "DHCP Host Reservation" %}

{% else %}

{% trans "DHCP Host Reservations" %}

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