{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_sdn_controller_table_form{% endblock %} {% block form_action %}{% url 'horizon:admin:system_config:update_sdn_controller_table' uuid %}{% endblock %} {% block modal-header %}{% trans "Edit SDN Controller" %}{% endblock %} {% block modal-body %}
{% trans "UUID" %}
{{ uuid }}

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

{% trans "Description:" %}

{% trans "You may update the editable properties of the SDN Controller here." %}

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