{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}

{% trans "Description" %}:

{% 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." %}

{% endblock %}