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

{% trans "Description" %}:

{% trans "Here can be modified group-specs for share group type." %}
{% trans "One line - one action. Empty strings will be ignored." %}
{% trans "To add group-specs use:" %}

key=value
{% trans "To unset group-specs use:" %}
key
{% trans "All pairs that are in field for left are set for this share group type." %}

{% endblock %}