@if (asm) {
{{ tipoLabel }} {{ statusLabel }}

{{ asm.asm_title }}

1ª convocazione {{ asm.asm_first_call_dt ? (asm.asm_first_call_dt | date: 'EEE dd/MM/yyyy HH:mm') : '—' }}
@if (asm.asm_second_call_dt) {
2ª convocazione {{ asm.asm_second_call_dt | date: 'EEE dd/MM/yyyy HH:mm' }}
}
@if (asm.asm_location) {
{{ asm.asm_location }}
} @if (asm.asm_description) {

{{ asm.asm_description }}

}
@if (odgRighe.length > 0) {

Ordine del giorno

    @for (v of odgRighe; track v) {
  1. {{ v }}
  2. }
} @if (showQuorum) {

Quorum millesimale

{{ millesimiPresenti }} / {{ MILLESIMI_TOTALI }} millesimi presenti
1ª conv.
2ª conv.
}

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) {
{{ verbaleName(v) }}
}
} @if (asm && !isCondomino && isProgrammata) {
}