demarches-normaliennes/app/views/shared/champs/siret/_etablissement.html.haml

26 lines
891 B
Text
Raw Normal View History

2018-09-06 19:23:27 +02:00
- case siret
2023-01-16 15:14:53 +01:00
- when :invalid_length
= t('errors.messages.invalid_siret_length')
- when :invalid_checksum
= t('errors.messages.invalid_siret_checksum')
2018-09-06 19:23:27 +02:00
- when :not_found
Nous navons pas trouvé détablissement correspondant à ce numéro de SIRET.
= link_to('Plus dinformations', t("links.common.faq.erreur_siret_url"), **external_link_attributes)
2018-09-06 19:23:27 +02:00
- when :network_error
= t('errors.messages.siret_network_error')
- when :api_entreprise_down
= t('errors.messages.api_entreprise_down')
- when :empty
// NOOP
2018-09-06 19:23:27 +02:00
- else
- if siret.present? # NOTE: probably always true because siret is a symbol or the string value
- if siret == etablissement&.siret && raison_sociale_or_name(etablissement).present?
= render EditableChamp::EtablissementTitreComponent.new(etablissement: etablissement)
- else
Ce SIRET existe, nous en récupérons les informations.