demarches-normaliennes/app/views/shared/dossiers/_submit_is_over.html.haml

7 lines
452 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- if dossier_submission_is_closed?(dossier)
= render Dsfr::CalloutComponent.new(title: "Le dépôt de dossier est fermé") do |c|
- c.with_body do
- if dossier.procedure.closed_at.present?
%p Il nest plus possible de déposer de dossier pour cette démarche en ligne depuis le #{try_format_date(dossier.procedure.closed_at)}.
- else
%p Il nest plus possible de déposer de dossier pour cette démarche en ligne.