% add_decidim_meta_tags({
image_url: current_participatory_space.attached_uploader(:hero_image).path,
description: translated_attribute(current_participatory_space.short_description),
url: participatory_process_url(current_participatory_space),
twitter_handler: current_organization.twitter_handler
}) %>
<%
edit_link(
resource_locator(current_participatory_space).edit,
:update,
:process,
process: current_participatory_space
)
%>
<%= participatory_space_floating_help %>
<% if current_participatory_space.private_space? %>
<%= render partial: "decidim/shared/private_participatory_space",
locals: { text: t("private_space", scope: "decidim.participatory_processes.show") } %>
<% end %>
<%= cell("decidim/announcement", current_participatory_space.announcement) %>
<%= t(".title") %>
<% if participatory_process_group.present? %>
<%= render partial: "participatory_process_group" %>
<% end %>
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.short_description) %>
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.description) %>
<%= attachments_for current_participatory_space %>
<%= render_hook(:participatory_space_highlighted_elements) %>
<% if related_processes.any? %>
<% end %>
<% if linked_assemblies.any? %>
<%= t("participatory_process.show.related_assemblies", scope: "decidim") %>
<% linked_assemblies.each do |linked_assembly| %>
<%= card_for(linked_assembly) %>
<% end %>
<% end %>
<%= resource_reference(current_participatory_space) %>
<%= render partial: "decidim/shared/share_modal" %>
<%= embed_modal_for participatory_process_widget_url(current_participatory_space, format: :js) %>
<% if current_participatory_space.show_statistics? %>
<%= cell "decidim/statistics", stats.collection %>
<% end %>
<% if current_participatory_space.show_metrics? %>
<%= render partial: "metrics" %>
<% end %>