% add_decidim_meta_tags({
image_url: current_participatory_process.hero_image.url,
description: translated_attribute(current_participatory_process.short_description),
title: translated_attribute(current_participatory_process.title),
url: participatory_process_url(current_participatory_process),
twitter_handler: current_organization.twitter_handler
}) %>
<% if translated_attribute(current_participatory_process.announcement).present? %>
<%= render partial: "decidim/shared/announcement", locals: { announcement: current_participatory_process.announcement } %>
<% end %>
<%= sanitize translated_attribute(current_participatory_process.short_description) %>
<%= sanitize translated_attribute(current_participatory_process.description) %>
<%= attachments_for current_participatory_process %>
<%= render partial: "decidim/shared/share_modal" %>
<%= embed_modal_for participatory_process_participatory_process_widget_url(current_participatory_process, format: :js) %>
<% if current_participatory_process.show_statistics? %>
<%= render partial: 'statistics' %>
<% end %>
<%= javascript_include_tag "decidim/proposals/social_share" %>
<%= stylesheet_link_tag "decidim/proposals/social_share" %>