demarches-normaliennes/app/views/dossier_mailer/notify_brouillon_deletion.html.haml

12 lines
276 B
Text
Raw Normal View History

2019-11-28 18:03:23 +01:00
- content_for(:title, "#{@subject}")
2021-08-26 12:40:20 +02:00
%p= t(:greeting, scope: [:layouts, :signature])
2019-11-28 18:03:23 +01:00
2020-03-19 09:49:25 +01:00
%p
= t('.header', count: @dossier_hashes.count)
%ul
- @dossier_hashes.each do |d|
%li n° #{d[:id]} (#{d[:procedure_libelle]})
2019-11-28 18:03:23 +01:00
= render partial: "layouts/mailers/signature"