{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}update_partition_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:editpartition' host_id partition_uuid %}{% endblock %} {% block modal-header %}{% trans "Edit Partition" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "From here you can enlarge the current partition." %}

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