% content_for :message do %>
<%= t("mailer.general.greeting.formal.addressed_html", name: style_bold(@resource.login)) %>
<%= t(".intro") %>
<%= style_link t(".link_title_html"), edit_admin_password_url(reset_password_token: @token) %>
<%= t(".expiration", count: ArchiveConfig.DAYS_UNTIL_ADMIN_RESET_PASSWORD_LINK_EXPIRES) %>
<%= t(".unrequested") %>
<% end %>