2017-10-16 17:37:19 +02:00
|
|
|
|
%table.table.vertical.dossier-champs
|
2017-07-11 16:50:29 +02:00
|
|
|
|
%tbody
|
|
|
|
|
- champs.each do |c|
|
|
|
|
|
%tr
|
|
|
|
|
- if c.type_champ == "header_section"
|
|
|
|
|
%th.header-section{ colspan: 2 }
|
|
|
|
|
= c.libelle
|
2017-10-03 15:08:39 +02:00
|
|
|
|
- elsif c.type_champ != "explication"
|
2017-10-16 17:37:19 +02:00
|
|
|
|
%th.libelle
|
2017-07-11 16:50:29 +02:00
|
|
|
|
= "#{c.libelle} :"
|
|
|
|
|
%td
|
2017-10-13 14:54:38 +02:00
|
|
|
|
= sanitize(c.value)
|