2016-03-23 18:39:41 +01:00
|
|
|
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
|
2019-06-12 15:49:35 +02:00
|
|
|
<p><%= t('.body.member_cancelled', NAME: @attached_object.reservation.user&.profile&.full_name || t('api.notifications.deleted_user')) %></p>
|
2016-03-23 18:39:41 +01:00
|
|
|
<p><%= t('.body.item_details',
|
2022-07-20 16:20:09 +02:00
|
|
|
START: I18n.l(@attached_object&.slot&.start_at, format: :long),
|
|
|
|
END: I18n.l(@attached_object&.slot&.end_at, format: :hour_minute),
|
|
|
|
RESERVABLE: @attached_object&.reservation&.reservable&.name) %>
|
2016-03-23 18:39:41 +01:00
|
|
|
</p>
|
|
|
|
<p><%= t('.body.generate_refund') %></p>
|