2017-07-27 15:30:25 +02:00
|
|
|
|
%table.table.vertical
|
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-07-11 16:50:29 +02:00
|
|
|
|
%th
|
|
|
|
|
= "#{c.libelle} :"
|
|
|
|
|
%td
|
|
|
|
|
= c.value
|