{% extends 'generic/object.html' %} {% load helpers %} {% block content %} {% if not push_scope_info %} {% endif %}
DHCP Scope
Name {{ object.name }}
Prefix {{ object.prefix }}
Start IP {{ object.start_ip }}
End IP {{ object.end_ip }}
Router (Option 3) {% if object.router %}{{ object.router }}{% else %}{% endif %}
Lease Lifetime {{ object.lease_lifetime_display }}
Scope Source {% if object.failover %} {{ object.failover }} (failover) {% elif object.server %} {{ object.server }} (standalone) {% else %} None {% endif %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
Option Values
{% if option_table.rows %} {% include 'inc/table.html' with table=option_table %} {% else %}

No option values assigned.

{% endif %}
{% if option_table.rows %} {% include 'inc/paginator.html' with paginator=option_table.paginator page=option_table.page %} {% endif %}
Exclusion Ranges Add
{% if exclusion_table.rows %} {% include 'inc/table.html' with table=exclusion_table %} {% else %}

No exclusion ranges defined.

{% endif %}
{% if exclusion_table.rows %} {% include 'inc/paginator.html' with paginator=exclusion_table.paginator page=exclusion_table.page %} {% endif %}
IP Addresses
{% if ip_table.rows %} {% include 'inc/table.html' with table=ip_table %} {% else %}

No IP addresses found in this scope's range or with a dhcp-* status within the prefix.

{% endif %}
{% if ip_table.rows %} {% include 'inc/paginator.html' with paginator=ip_table.paginator page=ip_table.page %} {% endif %}
{% endblock %}