Manage collections Add Collections @if (!reorder && collections && collections.length > 1) { Reorder } @if (reorder && collections && collections.length > 1) { Save order } @if (collections && collections.length > 0) {
@for (collection of (collections | orderByIndex); track collection) { @if (!reorder) { }

{{ collection.name }}

{{ collection.description }} @if (!collection.description) { No description }

}
} @if (collections && collections?.length === 0) {

You don’t have any collections

¿Why don’t you add one?

Add collection
}