{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_subcloud_group_form{% endblock %} {% block form_action %}{% url 'horizon:dc_admin:dc_software_management:editsubcloudgroup' subcloud_group %}{% endblock %} {% block modal-header %}{% trans "Edit Subcloud Group" %}{% endblock %} {% block modal-body %}

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

{% trans "Description:" %}

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

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