2017-12-07 14:37:34 +01:00
|
|
|
.champ
|
2017-12-14 16:23:15 +01:00
|
|
|
- if is_not_header_nor_explication?(champ)
|
|
|
|
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ, seen_at: seen_at }
|
|
|
|
|
2017-12-07 14:37:34 +01:00
|
|
|
= render partial: "new_gestionnaire/dossiers/champs/#{champ.type_champ}",
|
2017-12-14 16:23:15 +01:00
|
|
|
locals: { champ: champ, form: form }
|