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