{{ 'label.documenti.dettaglio.titolo' | translate }}
@if (!loading && doc) {
{{ fileIconLabel }}
{{ doc.wsd_filename }}
creato: {{ doc.wsd_data_ins | date: 'dd MMM yyyy, HH:mm' }}

Tipo Documento
{{ doc.wsdty_label || '—' }}
Tipo File
{{ fileExtension }}
@if (doc.wsd_date) {
Data Documento
{{ doc.wsd_date | date: 'dd/MM/yyyy' }}
}
Cantiere
{{ doc.ws_name || '—' }}
Impresa assegnataria
{{ getInitials(doc.cmp_name) }} {{ doc.cmp_name || '—' }}
@if (doc.sup_name) {
Subappaltatore
{{ doc.sup_name }}
} @if (doc.wsd_amount != null) {
Importo
{{ doc.wsd_amount | number: '1.2-2' }} €
} @if (doc.wsd_amount_security != null) {
Di cui sicurezza
{{ doc.wsd_amount_security | number: '1.2-2' }} €
}
Origine
{{ doc.wsd_origin }}
@if (doc.wsd_description) {
Descrizione lavori
{{ doc.wsd_description }}
}
Autore
{{ autoreFullName }}
Dipendente
} @if (!loading && !doc) {
Documento non disponibile dal contesto attuale. Torna alla lista e riapri il dettaglio.
}