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

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

<%= t('.body.previous_role') %> <%= t("roles.#{@notification.get_meta_data(:ex_role)}") %>
<%= t('.body.new_role') %> <%= t("roles.#{@attached_object.role}") %>