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

<p>
  <%= t('.body.reservation_invalidated_html',
        NAME: @attached_object.user&.profile&.full_name || t('api.notifications.deleted_user'),
        RESERVABLE: @attached_object.reservable.name) %>
</p>