@if (asm) {
@if (odgRighe.length > 0) {
Ordine del giorno
@for (v of odgRighe; track v) {
- {{ v }}
}
}
@if (showQuorum) {
Quorum millesimale
{{ millesimiPresenti }} / {{ MILLESIMI_TOTALI }}
millesimi presenti
}
Partecipanti {{ partecipanti.length }}
@for (p of partecipanti; track p) {
{{ p.cst_display }}
@if (isMioPartecipante(p)) {
Tu
}
@if (showQuorum) {
{{ p.cst_millesimi || 0 }}‰
}
{{ presenzaLabel(p) }}
@if (canEditRsvp(p)) {
}
}
Lettere di convocazione
@if (!isCondomino) {
}
@if (convocazioni.length === 0) {
Nessuna lettera disponibile.
}
@for (l of convocazioni; track l) {
{{ l.cst_display }}
{{ l.wsd_filename }}
}
Verbali
@if (!isCondomino && asm.asm_status !== 'annullata' && asm.asm_folder_id) {
}
@if (verbali.length === 0) {
Nessun verbale caricato.
}
@for (v of verbali; track v) {
}
}
@if (asm && !isCondomino && isProgrammata) {
}