{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:admin:shares:create_type' %}{% endblock %} {% block modal_id %}create_share_type_modal{% endblock %} {% block modal-header %}{% trans "Create Share Type" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% blocktrans %} The share type defines the characteristics of a share backend. {% endblocktrans %}

Extra specs field:
{% trans "One line - one action. Empty strings will be ignored." %}
{% trans "To add extra-specs use:" %}

key=value
{% trans "Extra spec 'driver_handles_share_servers' is required and should have boolean value." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}