{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:admin:volumes:volume_types:update_type' volume_type.id %}{% endblock %} {% block modal_id %}update_volume_type_modal{% endblock %} {% block modal-header %}{% trans "Edit Volume Type" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Modify volume type name and description." %}

{% endblock %}