<%= 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) %>

<% if current_participatory_space.registrations_enabled? %>
<%= link_to decidim_conferences.conference_registration_types_path(current_participatory_space) do %> <% end %>
<% 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 decidim_conferences.conference_conference_program_path(current_participatory_space, id: component_meeting.id) do %> <% end %>
<% end %> <% end %>