demarches-normaliennes/app/views/shared/dossiers/_submit_is_over.html.haml
2021-05-26 18:05:14 +02:00

8 lines
401 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)
.card.featured
.card-title
Le dépôt de dossier est fermé
- if dossier.procedure.closed_at.present?
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
Il nest plus possible de déposer de dossier pour cette démarche en ligne.