{% extends './pdpool/base.html' %} {% load i18n %} {% load plugins %} {% block content %}
| {% 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 }} |