8 lines
181 B
Text
8 lines
181 B
Text
%p= champ.to_s
|
|
- if champ.full_address?
|
|
%p.fr-text--sm
|
|
Code INSEE :
|
|
= champ.commune&.fetch(:code)
|
|
%p.fr-text--sm
|
|
Departement :
|
|
= champ.departement_code_and_name
|