<% if content_for?(:footer_note) %>
<%= yield(:footer_note) %>
<% end %>
<% if @pac_footer %>
<%= t("mailer.general.footer.why_policy_abuse.html", contact_policy_abuse_link: style_footer_link(t("mailer.general.footer.why_policy_abuse.contact_policy_abuse"), new_abuse_report_url)) %>
<% else %>
<%= t("mailer.general.footer.why_support.html", contact_support_link: style_footer_link(t("mailer.general.footer.why_support.contact_support"), new_feedback_report_url)) %>
<% end %>
<%= t("mailer.general.footer.about.html", your_donations_link: style_footer_link(t("mailer.general.footer.about.your_donations"), donate_url)) %>
<% if content_for?(:sent_at) %>
<%= t("mailer.general.footer.sent_at", sent_at: yield(:sent_at).strip) %>
<% end %>