9 lines
194 B
Text
9 lines
194 B
Text
= format_text_value(champ.to_s)
|
|
- if champ.code?
|
|
%p.text-sm
|
|
Code INSEE :
|
|
= champ.code
|
|
- if champ.departement?
|
|
%br
|
|
Departement :
|
|
= champ.departement_code_and_name
|