<%= translated_attribute(current_participatory_space.title) %>

<% if current_participatory_space.hashtag.present? %> <%= link_to "##{current_participatory_space.hashtag}", "https://twitter.com/hashtag/#{current_participatory_space.hashtag}", target: "_blank" %> <% end %> <%= translated_attribute(current_participatory_space.slogan) %>

<%= participatory_space_helpers.render_date(current_participatory_space) %> <%= current_participatory_space.location %>
<% 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 light hollow expanded" %>
<% end %> <% end %>