Newer
Older
dmpopidor / app / views / user_mailer / anonymization_notice.html.erb
<% FastGettext.with_locale FastGettext.default_locale do %>
    <p><%= _('Hello ') %><%= @user.name %></p>
  
    <p>
      <%= d_('dmpopidor', 'You have not signed in since %{last_sign_in_date} and your account has been deactivated') % { :last_sign_in_date => @user.last_sign_in_at.to_date } %>.
      <%= d_('dmpopidor', 'All accounts inactive for 5 years are automaticaly deactivated') %>.
    </p>
  
    <%= render partial: 'email_signature' %>
  <% end %>