{{ 'label.cdp.form.dnn_block_title' | translate }}
@if (data?.ctp_stato === 0) {
}
@if (data?.ctp_stato === 1) {
}
@if (data?.ctp_stato === 2) {
}
@if (data?.ctp_stato === 3) {
}
@if (origin === 'general' && ID > 0 && data?.ctp_stato === 0) {
}
@if (origin === 'general' && ID > 0 && data?.ctp_stato === 1) {
}
@if (data?.ctp_svincolo_id) {
}
@if (origin === 'general' && data?.ctp_tipologia === 1 && !data?.ctp_svincolo_id && ID > 0) {
}
@if (data?.ctp_tipologia === 1 || data?.ctp_tipologia === 4) {
{{ 'label.cdp.consociati.titolo' | translate }}
@if (consociati.length === 0) {
{{ 'label.cdp.consociati.vuoto' | translate }}
}
@if (consociati.length > 0) {
}