{{ form_start(form, { attr: { id: 'ambito_vivienda_form' } }) }}
{{ form_row(form.fecha) }}
{{ form_row(form.tipoIntervencion) }}
Situación de Vivienda
{# Calle #}
{{ form_row(form.calle) }}
{# Vivienda no adecuada #}
{{ form_row(form.viviendaNoAdecuada) }}
{# Albergue Municipal #}
{{ form_row(form.albergueMunicipal) }}
{{ form_row(form.albergueMunicipalEspecificar, { attr: { rows: 1 } }) }}
{{ form_row(form.albergueMunicipalFecha) }}
{# Recurso Residencial DFB #}
{{ form_row(form.recursoResidencialDfb) }}
{{ form_row(form.recursoResidencialDfbEspecificar, { attr: { rows: 1 } }) }}
{{ form_row(form.recursoResidencialDfbFecha) }}
{# Centro Día DFB #}
{{ form_row(form.centroDiaDfb) }}
{# Habitat #}
{{ form_row(form.habitat) }}
{# Alquiler Habitación #}
{{ form_row(form.alquilerHabitacion) }}
{# Alquiler Vivienda #}
{{ form_row(form.alquilerVivienda) }}
{# Inscrita Etxebide #}
{{ form_row(form.inscritaEtxebide) }}
{# Otros #}
{{ form_row(form.otros) }}
{{ form_row(form.otrosEspecificar) }}
{{ form_end(form) }}