{{ extends "../_layouts/default" }} {{ import "../_modules/form" }} {{ block script() }} {{ end }} {{ block body() }}

{{ i18n("volume.title") }}

{{ i18n("volume.description") }}

Create volume


{{ yield radio(name="driver", value="local", label="Local", checked="local") }} {{ yield radio(name="driver", value="other", label="Other") }}
Driver Options {{ yield options(name="option") }}
Labels {{ yield options(name="label") }}
{{ end }}