<% 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: participatory_process_url(current_participatory_space), twitter_handler: current_organization.twitter_handler }) %> <% if translated_attribute(current_participatory_space.announcement).present? %> <%= render partial: "decidim/shared/announcement", locals: { announcement: current_participatory_space.announcement } %> <% end %>
<%= 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.participatory_scope).present? %>
<%= t("participatory_processes.show.participatory_scope", scope: "decidim") %> <%= translated_attribute(current_participatory_space.participatory_scope) %>
<% end %> <% if translated_attribute(current_participatory_space.target).present? %>
<%= t("participatory_processes.show.target", scope: "decidim") %> <%= translated_attribute(current_participatory_space.target) %>
<% end %> <% if translated_attribute(current_participatory_space.participatory_structure).present? %>
<%= t("participatory_processes.show.participatory_structure", scope: "decidim") %> <%= translated_attribute(current_participatory_space.participatory_structure) %>
<% end %> <% if translated_attribute(current_participatory_space.meta_scope).present? %>
<%= t("participatory_processes.show.scope", scope: "decidim") %> <%= translated_attribute(current_participatory_space.meta_scope) %>
<% end %> <% if translated_attribute(current_participatory_space.local_area).present? %>
<%= t("participatory_processes.show.local_area", scope: "decidim") %> <%= translated_attribute(current_participatory_space.local_area) %>
<% end %> <% if translated_attribute(current_participatory_space.developer_group).present? %>
<%= t("participatory_processes.show.developer_group", scope: "decidim") %> <%= translated_attribute(current_participatory_space.developer_group) %>
<% end %> <% if current_participatory_space.start_date.present? %>
<%= t("participatory_processes.show.start_date", scope: "decidim") %> <%== l(current_participatory_space.start_date, format: :long) %>
<% end %> <% if current_participatory_space.end_date.present? %>
<%= t("participatory_processes.show.end_date", scope: "decidim") %> <%== l(current_participatory_space.end_date, format: :long) %>
<% end %>
<%= render partial: "decidim/shared/share_modal" %> <%= embed_modal_for participatory_process_participatory_process_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" %>