2023-01-24 17:09:56 +01:00
|
|
|
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
|
|
|
|
<p>
|
2023-04-24 19:17:07 +02:00
|
|
|
<%= t('.body.cancelled_training', **{
|
2023-01-24 17:09:56 +01:00
|
|
|
TRAINING: @attached_object.trainings.first.name,
|
|
|
|
DATE: I18n.l(@attached_object.start_at.to_date),
|
|
|
|
START: I18n.l(@attached_object.start_at, format: :hour_minute),
|
|
|
|
END: I18n.l(@attached_object.end_at, format: :hour_minute)
|
|
|
|
}) %>
|
|
|
|
</p>
|
2023-01-25 16:40:55 +01:00
|
|
|
<p>
|
2023-02-03 11:54:57 +01:00
|
|
|
<%= @notification.get_meta_data(:auto_refund) ? t('.body.auto_refund') : t('.body.manual_refund') %>
|
2023-01-25 16:40:55 +01:00
|
|
|
</p>
|