{% extends './sharednetwork/base.html' %} {% load i18n %} {% load plugins %} {% block content %}
| {% trans "Weight" %} | {{ object.weight }} |
|---|---|
| {% trans "Address Family" %} | IPv{{ object.family }} |
| {% trans "DHCP Server" %} | {{ object.dhcp_server|linkify }} |
| {% trans "Prefix" %} | {{ object.prefix|linkify }} |