demarches-normaliennes/app/views/dossier_mailer/notify_deletion_to_administration.html.haml
2024-07-24 17:06:30 +02:00

8 lines
234 B
Text

- content_for(:title, "#{@subject}")
%p= t(:hello, scope: [:views, :shared, :greetings])
%p
= t('.body', dossier_id: @hidden_dossier.id, procedure: @hidden_dossier.procedure.libelle)
= render partial: "layouts/mailers/signature"