demarches-normaliennes/app/views/instructeurs/dossiers/show.html.haml

23 lines
1.1 KiB
Text
Raw Normal View History

2017-11-17 23:40:51 +01:00
- content_for(:title, "Demande · Dossier nº #{@dossier.id} (#{@dossier.owner_name})")
2017-07-11 16:56:25 +02:00
= render partial: "header", locals: { dossier: @dossier }
- if @dossier.etablissement&.as_degraded_mode?
.container
= render Dsfr::CalloutComponent.new(title: "Données de lentreprise non vérifiées", theme: :warning, icon: "fr-icon-feedback-fill") do |c|
- c.with_html_body do
%p
Les services de lINSEE sont indisponibles, nous ne pouvons pas vérifier les informations liées à létablissement de ce dossier.
%strong
Il nest pas possible daccepter ou de refuser un dossier sans cette étape.
%p
Les informations sur l'entreprise arriveront dici quelques heures.
.fr-container
.fr-grid-row.fr-grid-row--center
- summary = ViewableChamp::HeaderSectionsSummaryComponent.new(dossier: @dossier, is_private: false)
= render summary
%div{ class: class_names("fr-col-12", "fr-col-xl-9" => summary.render?, "fr-col-xl-8" => !summary.render?) }
= render partial: "shared/dossiers/demande", locals: { dossier: @dossier, demande_seen_at: @demande_seen_at, profile: 'instructeur' }