{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_subnet_form{% endblock %} {% block form_action %}{% url horizon:syspanel:networks:editsubnet network_id subnet_id %}{% endblock %} {% block modal-header %}{% trans "Edit Subnet" %}{% endblock %} {% block modal-body %}
{% trans "ID" %}
{{ subnet_id }}
{% trans "Network Address" %}
{{ cidr }}
{% trans "IP version" %}
{{ ip_version }}

{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "You may update the editable properties of your subnet here." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}