mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
<%= 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>
|