<% const pageType = page.username ? 'public' : 'private'; %>

<% if ( pageType === 'private' ) { __append('Ma collection '); } else { __append(`Collection de ${page.username}`); } %>

<% if ( pageType === 'private' ) { %>
Voir ma collection partagée
<% } %> <%- include('../components/filters/index') %>
Chargement des données en cours…
<% if ( pageType === 'private' ) { %> {{ renderAlbumTitle(item) }} <% } else { %> {{ item.artists_sort}} - {{ item.title }} <% } %>
<% if ( pageType === 'private' ) { %> <% } else { %> <% } %>
Année : {{ item.year }}
Pays : {{ item.country }}
Format : {{ format.name }}
Genre :
Style :
Nombre total d'éléments : {{total}}
<% if ( pageType === 'private' ) { %> <% } %>