{% extends './subnet/base.html' %} {% load i18n %} {% load plugins %} {% block content %}
{% trans "Subnet" %}
{% include './inc/name_description_fields.html' %} {% if object.dhcp_server %} {% elif object.shared_network %} {% endif %}
{% trans "Weight" %} {{ object.weight }}
{% trans "Subnet ID" %} {{ object.subnet_id|placeholder }}
{% trans "Address Family" %} IPv{{ object.family }}
{% trans "DHCP Server" %} {{ object.dhcp_server|linkify }}
{% trans "Shared Network" %} {{ object.shared_network|linkify }}
{% trans "Prefix" %} {{ object.prefix|linkify }}
{% include './inc/client_class_card.html' %} {% include './inc/network_card.html' %} {% include './inc/bootp_card.html' %} {% include './inc/lifetime_card.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include './inc/lease_card.html' %} {% include './inc/ddns_update_card.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}