{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_host{% endblock %} {% block form_action %}{% url 'horizon:admin:hosts:update' host.id %}{% endblock %} {% block modal_id %}update_host_modal{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "Update extra capabilities of the host with the provided values." %}

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