demarches-normaliennes/app/views/shared/champs/rna/_association.html.haml
2022-10-04 22:11:01 +02:00

4 lines
153 B
Text

- if champ.value.present? && champ.data.blank?
%p.pt-1= t('.not_found')
- elsif champ.value.present?
%p.pt-1= t('.data_fetched', title: champ.title)