demarches-normaliennes/app/views/groupe_instructeur_mailer/notify_removed_instructeur.html.haml

9 lines
342 B
Text
Raw Normal View History

%p
Bonjour,
%p
- assignment_state = @still_assigned_to_procedure ? 'assigned' : 'unassigned'
= t("administrateurs.groupe_instructeurs.notify_removed_instructeur.#{assignment_state}.email_body", groupe: @group.label, email: @current_instructeur_email, procedure: @group.procedure.libelle)
= render partial: "layouts/mailers/signature"