{{ t$('smartbookingApp.struttura.detail.title') }}Struttura {{ struttura.id }}
-
{{ t$('smartbookingApp.struttura.nome') }}
-
{{ struttura.nome }}
-
{{ t$('smartbookingApp.struttura.descrizione') }}
-
{{ struttura.descrizione }}
-
{{ t$('smartbookingApp.struttura.indirizzo') }}
-
{{ struttura.indirizzo }}
-
{{ t$('smartbookingApp.struttura.capienzaMax') }}
-
{{ struttura.capienzaMax }}
-
{{ t$('smartbookingApp.struttura.attiva') }}
-
{{ struttura.attiva }}
-
{{ t$('smartbookingApp.struttura.fotoUrl') }}
-
{{ struttura.fotoUrl }}
-
{{ t$('smartbookingApp.struttura.createdAt') }}
-
{{ formatDateLong(struttura.createdAt) }}
-
{{ t$('smartbookingApp.struttura.updatedAt') }}
-
{{ formatDateLong(struttura.updatedAt) }}