2019-02-19 12:38:33 +01:00
|
|
|
- if field.data.any?
|
|
|
|
%table.collection-data{ "aria-labelledby": "page-title" }
|
|
|
|
%thead
|
|
|
|
%tr
|
|
|
|
%td.cell-label Libelle
|
|
|
|
%td.cell-label Type de champ
|
|
|
|
%td.cell-label Rempli
|
|
|
|
%tbody
|
2022-11-15 12:53:09 +01:00
|
|
|
= render Manager::DossierChampRowComponent.with_collection(field.data)
|
2019-02-19 12:38:33 +01:00
|
|
|
- else
|
|
|
|
Aucun
|