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

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

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

{{range .Volumes}} {{end}}
{{ i18n("field.name") }} Driver Scope Mount point {{ i18n("field.action") }}
{{ limit(.Name, 30) }} {{ .Driver }} {{ .Scope }} {{ limit(.Mountpoint, 50) }}

{{ yield pager(info=.Pager) }}
{{ end }}