{% extends './pool/base.html' %} {% load i18n %} {% load plugins %} {% block content %}
{% trans "Address Pool" %}
{% include './inc/name_description_fields.html' %}
{% trans "Weight" %} {{ object.weight }}
{% trans "Pool ID" %} {{ object.pool_id }}
{% trans "Address Family" %} IPv{{ object.family }}
{% trans "Subnet" %} {{ object.subnet|linkify }}
{% trans "IP Range" %} {{ object.ip_range|linkify }}
{% include './inc/client_class_card.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include './inc/ddns_update_card.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}