<% content_for :action_title, t("dashboard.mailing.index.title") %>
<%= image_tag "quote_before_white.png", alt: "" %>

<%= proposal.title %>

<%= image_tag "quote_after_white.png", alt: "" %>

<%= sanitize(t("dashboard.mailer.forward.subtitle")) %>

<% if proposal.image.present? %> <%= image_tag(proposal.image.variant(:large), alt: proposal.image.title.unicode_normalize) %> <% else %> <%= image_tag("default_mailing.jpg", alt: "") %> <% end %>

<%= t("dashboard.mailer.forward.hi") %>

<%= t("dashboard.mailer.forward.introduction", org: setting["org_name"]) %>

<%= t("dashboard.mailer.forward.support") %>

<%= link_to t("dashboard.mailer.forward.support_button"), proposal_url(@proposal), class: "button large" %>

<%= t("dashboard.mailer.forward.share") %>

<%= t("dashboard.mailer.forward.share_in") %>

<%= render "shared/social_share", title: @proposal.title, url: proposal_url(@proposal), description: @proposal.summary %>
<%= render "mailing_options" %>