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

{% trans "Description:" %}

{% trans 'Create a new "extra spec" key-value pair for a volume type.' %}

{% trans 'Example for LVM:' %}
{% trans 'Key:' %} volume_backend_name

{% trans 'Value:' %} LVM

{% trans 'This example creates a lvm volume type with volume_backend_name=LVM as extra specifications.' %}

{% endblock %}