<% add_decidim_meta_tags({ image_url: current_participatory_space.attached_uploader(:hero_image).path, description: translated_attribute(current_participatory_space.short_description), url: conference_url(current_participatory_space), twitter_handler: current_organization.twitter_handler }) %> <% edit_link( resource_locator(current_participatory_space).edit, :update, :conference, conference: current_participatory_space ) %> <%= participatory_space_floating_help %>

<%= t("conferences.show.introduction", scope: "decidim") %>

<%= decidim_sanitize_editor translated_attribute(current_participatory_space.short_description) %>

<%= t("conferences.show.details", scope: "decidim") %>

<%= decidim_sanitize_editor translated_attribute(current_participatory_space.description) %>
<% if current_participatory_space.registrations_enabled? %>
<%= link_to t(".register"), decidim_conferences.conference_registration_types_path(current_participatory_space), class:"button button--sc light expanded" %>
<% end %> <% current_participatory_space.components.where(manifest_name: "meetings").each do |component_meeting| %> <% if component_meeting.published? || component_meeting == self.try(:current_component) %>
<%= link_to translated_attribute(component_meeting.name), decidim_conferences.conference_conference_program_path(current_participatory_space, id: component_meeting.id), class:"button button--sc secondary light expanded" %>
<% end %> <% end %>
<%= partners_for current_participatory_space %> <%= render_hook(:conference_venues) %> <% if current_participatory_space.registrations_enabled? %>

<%= t(".register") %>

<% if current_user.present? %>

<%= t(".login_as", name: current_user.name, email: current_user.email ) %>

<%= t(".make_conference_registration") %>

<%= link_to t(".register"), decidim_conferences.conference_registration_types_path(current_participatory_space), class:"button button--sc light expanded" %>
<% else %> <%= render partial: "decidim/conferences/shared/conference_user_login" %> <% end %>
<% end %>
<% unless translated_attribute(current_participatory_space.objectives).blank? %>

<%= t("conferences.show.objectives", scope: "decidim") %>

<%= decidim_sanitize_editor translated_attribute(current_participatory_space.objectives) %>
<% end %> <%= cell("decidim/conferences/linked_participatory_spaces", current_participatory_space) %> <% if current_participatory_space.show_statistics? %> <%= cell("decidim/statistics", stats.highlighted) %> <% end %>