{% extends './pdpool/base.html' %} {% load i18n %} {% load plugins %} {% block content %}
{% trans "Prefix Delegation Pool" %}
{% include './inc/name_description_fields.html' %}
{% trans "Weight" %} {{ object.weight }}
{% trans "Pool ID" %} {{ object.pool_id }}
{% trans "Subnet" %} {{ object.subnet|linkify }}
{% trans "IPv6 Prefix" %} {{ object.prefix|linkify|placeholder }}
{% trans "Delegated Length" %} {{ object.delegated_length }}
{% trans "Excluded IPv6 Prefix" %} {{ object.excluded_prefix|linkify|placeholder }}
{% include './inc/client_class_card.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}