<%= t(".page_heading") %>

<%= t(".receive_email_html", return_address: tag.strong(ArchiveConfig.RETURN_ADDRESS)) %>

<%= t(".no_email_html", contact_support_link: link_to(t(".contact_support"), new_feedback_report_path)) %>

<%# We do days_to_purge_unactivated * 7 because it's actually weeks %> <%= t(".important")%> <%= t(".must_activate", count: AdminSetting.current.days_to_purge_unactivated * 7) %>

<%= link_to t(".go_back"), root_path %>