{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}add_storagevolume_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:addstoragevolume' host_id %}{% endblock %} {% block modal-header %}{% trans "Assign Storage Function" %}{% endblock %} {% block modal-body %}
{% trans "From here you can define the configuration of a new storage volume." %}