%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
<%= _t('.body.generation_status_html', { STATUS: bool_to_sym(@attached_object.invoicing_disabled), NAME: @attached_object.profile.full_name }) # messageFormat %>
<% if @attached_object.invoicing_disabled %><%= t('.body.disabled') %>
<% else %><%= t('.body.enabled') %>
<% end %>