{{ extends "../_layouts/default" }} {{ import "../_modules/detail" }} {{ block body() }}

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

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

{{ .Volume.Name }}

{{ i18n("field.driver") }}
{{ .Volume.Driver }}
{{ i18n("field.scope") }}
{{ .Volume.Scope}}
{{ i18n("volume.field.mount") }}
{{ .Volume.Mountpoint }}
{{ yield tags(title="Options", tags=.Volume.Options) }} {{ yield tags(title="Labels", tags=.Volume.Labels) }} {{ i18n("button.return") }}
{{ end }}