{#if predefinedVolumes.length > 0}
Predefined Volumes
{#each predefinedVolumes as storage}
{#key storage.id}
{/key}
{/each}
{/if}
{#if persistentStorages.length > 0}
0}>Custom Volumes
{/if}
{#each persistentStorages as storage}
{#key storage.id}
{/key}
{/each}
{#if $appSession.isAdmin}
0}>
Add New Volume
{/if}