{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_provider_network_range_form{% endblock %} {% block form_action %}{% url 'horizon:admin:datanets:datanets:editrange' providernet_id providernet_range_id %}{% endblock %} {% block modal-header %}{% trans "Edit Segmentation Range" %}{% endblock %} {% block modal-body %}
{% trans "ID" %}
{{ providernet_range_id }}

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

{% trans "Description:" %}

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

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