<% content_for :message do %>

<%= t("mailer.general.greeting.formal.addressed_html", name: style_bold(@resource.login)) %>

<%= t(".changed", date: l(Time.current), app_name: ArchiveConfig.APP_SHORT_NAME) %>

<%= t(".made_change.html", login_link: style_link(t(".made_change.login"), new_user_session_url), reset_password_link: style_link(t(".made_change.reset_password"), new_user_password_url), contact_support_link: support_link(t(".made_change.contact_support"))) %>

<%= t(".did_not_make_change.html", reset_password_link: style_link(t(".did_not_make_change.reset_password"), new_user_password_url), contact_policy_abuse_link: style_link(t(".did_not_make_change.contact_policy_abuse"), new_abuse_report_url), app_name: ArchiveConfig.APP_SHORT_NAME) %>

<% end %>