Assemblee

{{ filtered.length }} {{ filtered.length === 1 ? 'assemblea' : 'assemblee' }}

Programmate Concluse Tutte
@if (loading) {
@for (i of [1,2,3]; track i) {
}
} @if (!loading) {
@for (a of filtered; track a) {
{{ tipoLabel(a) }} {{ statusLabel(a) }}

{{ a.asm_title }}

{{ a.asm_first_call_dt ? (a.asm_first_call_dt | date: 'dd/MM/yyyy HH:mm') : '—' }}
@if (a.asm_second_call_dt) {
{{ a.asm_second_call_dt | date: 'dd/MM/yyyy HH:mm' }}
} @if (a.asm_location) {
{{ a.asm_location }}
}
@if (canManage) {
{{ a.invitati || 0 }}Invitati
{{ a.presenti || 0 }}Presenti
{{ a.senza_risposta || 0 }}In attesa
}
} @if (filtered.length === 0) {

Nessuna assemblea

{{ segment === 'programmate' ? 'Non ci sono assemblee programmate.' : 'Nessuna assemblea da mostrare.' }}

}
} @if (canCreate) { }