Liste materiali pubblicate

🔍Cerca lista...
@if (loading()) {

Caricamento liste modello…

} @else if (loadError(); as message) { } @else if (liste().length === 0) {

Nessuna lista modello disponibile.

} @else {
@for (lista of liste(); track lista.id) {
{{ lista.nome }}
@if (lista.tipoEventoNome) { {{ lista.tipoEventoNome }} }
    @for (item of lista.vociPreview; track item.tipo === 'materiale' ? item.materialeId : item.id) { @if (item.tipo === 'materiale') {
  • {{ isVoceSpuntata(lista.id, item.materialeId) ? '☑️' : '⬜' }} {{ item.nome }} — {{ item.quantita }} {{ item.unitaMisura }}
  • } @else {
  • {{ isSottoListaSpuntata(lista.id, item) ? '☑️' : '⬜' }} {{ item.nome }}
  • } } @if (lista.vociRestanti > 0) {
  • +{{ lista.vociRestanti }} altr{{ lista.vociRestanti === 1 ? 'a' : 'e' }} voc{{ lista.vociRestanti === 1 ? 'e' : 'i' }}
  • }
@if (!isAuthenticated) {

Accedi per usare questa lista come base.

} @if (creazioneErroreId() === lista.id) { } @if (isAuthenticated) { }
}
}