<% add_decidim_meta_tags({ image_url: current_participatory_space.hero_image.url, description: translated_attribute(current_participatory_space.short_description), title: translated_attribute(current_participatory_space.title), url: assembly_url(current_participatory_space), twitter_handler: current_organization.twitter_handler }) %>
<%= decidim_sanitize translated_attribute(current_participatory_space.short_description) %>
<%= decidim_sanitize translated_attribute(current_participatory_space.description) %>
<%= attachments_for current_participatory_space %>
<%= render partial: "decidim/shared/follow_button", locals: { followable: current_participatory_space } %>
<% if translated_attribute(current_participatory_space.meta_scope).present? %>
<%= t("assemblies.show.scope", scope: "decidim") %> <%= translated_attribute(current_participatory_space.meta_scope) %>
<% end %> <% if translated_attribute(current_participatory_space.developer_group).present? %>
<%= t("assemblies.show.developer_group", scope: "decidim") %> <%= translated_attribute(current_participatory_space.developer_group) %>
<% end %> <% if translated_attribute(current_participatory_space.local_area).present? %>
<%= t("assemblies.show.local_area", scope: "decidim") %> <%= translated_attribute(current_participatory_space.local_area) %>
<% end %> <% if translated_attribute(current_participatory_space.target).present? %>
<%= t("assemblies.show.target", scope: "decidim") %> <%= translated_attribute(current_participatory_space.target) %>
<% end %> <% if translated_attribute(current_participatory_space.participatory_scope).present? %>
<%= t("assemblies.show.participatory_scope", scope: "decidim") %> <%= translated_attribute(current_participatory_space.participatory_scope) %>
<% end %> <% if translated_attribute(current_participatory_space.participatory_structure).present? %>
<%= t("assemblies.show.participatory_structure", scope: "decidim") %> <%= translated_attribute(current_participatory_space.participatory_structure) %>
<% end %>
<%= render partial: "decidim/shared/share_modal" %> <%= embed_modal_for assembly_assembly_widget_url(current_participatory_space, format: :js) %>
<% if current_participatory_space.show_statistics? %> <%= render partial: 'statistics' %> <% end %>
<%= javascript_include_tag "decidim/proposals/social_share" %> <%= stylesheet_link_tag "decidim/proposals/social_share" %>