2019-07-23 14:45:44 +02:00
|
|
|
- content_for :procedure_logo do
|
|
|
|
= render 'layouts/mailers/logo', url: @logo_url
|
2019-03-14 16:01:30 +01:00
|
|
|
|
2019-07-22 15:49:11 +02:00
|
|
|
= @rendered_template
|
|
|
|
|
2019-07-22 15:21:05 +02:00
|
|
|
- if @actions.present?
|
|
|
|
= render 'notification_mailer/actions', actions: @actions, dossier: @dossier
|
|
|
|
|
2023-02-07 17:36:14 +01:00
|
|
|
- if @services_publics_plus_url.present?
|
2023-02-07 17:27:25 +01:00
|
|
|
= render 'layouts/mailers/services_publics_plus'
|
2023-02-06 13:00:08 +01:00
|
|
|
|
2018-12-20 09:49:14 +01:00
|
|
|
- content_for :footer do
|
2019-07-23 14:45:44 +02:00
|
|
|
= render 'layouts/mailers/service_footer', service: @service, dossier: @dossier
|