<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>

<%= t('.body.this_is_a_reminder_about_your_reservation_RESERVABLE_to_be_held_on_DATE_html', RESERVABLE: @attached_object.reservable.name, DATE: I18n.l(@attached_object.slots.order(:start_at).first.start_at, format: :long) ) %>

<%= t('.body.this_reservation_concerns_the_following_slots') %>