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

<%= t('.body.user_changed_group_html', NAME: @attached_object&.profile&.full_name || t('api.notifications.deleted_user')) %>

<%= t('.body.previous_group') %> <%= "#{@notification.get_meta_data(:ex_group_name)}" %>
<%= t('.body.new_group') %> <%= "#{@attached_object.group.name}" %>

<% if @notification.get_meta_data(:user_invalidated) %>

<%= t(".body.user_invalidated") %>

<% end %>