{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}form_update_share_type{% endblock %} {% block form_action %}{% url 'horizon:admin:shares:update_type' share_type.id %}{% endblock %} {% block modal_id %}update_share_type_modal{% endblock %} {% block modal-header %}{% trans "Update Share type" %}{% endblock %} {% block modal-body %}
{% trans "Here can be modified extra-specs for share type." %}
{% trans "One line - one action. Empty strings will be ignored." %}
{% trans "To add extra-specs use:" %}
key=value{% trans "To unset extra-specs use:" %}
key{% trans "All pairs that are in field for left are set for this share type." %} {% trans "Extra spec 'driver_handles_share_servers' is required and should have boolean value." %}