demarches-normaliennes/app/views/users/dossiers/etablissement.html.haml

30 lines
1.2 KiB
Text
Raw Normal View History

2018-10-15 12:25:25 +02:00
- content_for(:title, "Informations sur létablissement")
- content_for :footer do
2019-03-25 10:53:45 +01:00
= render partial: "users/procedure_footer", locals: { procedure: @dossier.procedure, dossier: @dossier }
2018-10-15 12:25:25 +02:00
.etablissement
.container
%h1 Informations sur létablissement
- etablissement = @dossier.etablissement
- if etablissement.diffusable_commercialement == false
%p= t('warning_for_private_info', etablissement: raison_sociale_or_name(etablissement), scope: 'views.shared.dossiers.identite_entreprise')
2018-10-15 12:25:25 +02:00
- else
%p
Nous avons récupéré auprès de lINSEE et dInfogreffe les informations suivantes concernant votre établissement.
2018-10-15 12:25:25 +02:00
%p
Ces informations seront jointes à votre dossier.
2018-10-15 12:25:25 +02:00
.etablissement-infos.card.featured
2018-10-15 12:25:25 +02:00
%h2.card-title= raison_sociale_or_name(etablissement)
= render partial: 'users/dossiers/etablissement/infos_entreprise', locals: { etablissement: etablissement }
2018-10-15 12:25:25 +02:00
.actions
= link_to 'Utiliser un autre numéro SIRET', siret_dossier_path(@dossier), class: 'button'
= link_to 'Continuer avec ces informations', brouillon_dossier_path(@dossier), class: 'button primary'