{% extends "generic/object.html" %} {% load render_table from django_tables2 %} {% block content %}
{% if not hook_available %} {% endif %}
{% if hook_available %}
Search Reservations
{{ search_form.q }} {% if search_form.q.errors %}
{{ search_form.q.errors }}
{% endif %}
{{ search_form.subnet_id }} {% if search_form.subnet_id.errors %}
{{ search_form.subnet_id.errors }}
{% endif %}
{% if request.GET %} Clear {% endif %}
{% endif %}
{% if hook_available and bulk_sync_url %}
{% csrf_token %}
{% endif %} {% if hook_available and import_url %} Import CSV {% endif %} {% if hook_available %} Add DHCPv{{ dhcp_version }} Reservation {% else %} {% endif %}
{% render_table table %}
{% endblock %}