{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_aggregate_form{% endblock %} {% block form_action %}{% url 'horizon:admin:aggregates:update' id %}{% endblock %} {% block modal_id %}edit_aggregate_modal{% endblock %} {% block modal-header %}{% trans "Edit Host Aggregate" %}{% endblock %} {% block modal-body %}
{% trans "Host aggregates divide an availability zone into logical units by grouping together hosts. Edit the aggregate host to select hosts contained in it." %}