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

<%= render partial: "layouts/decidim/process_header_steps", locals: { participatory_process: current_participatory_space } %>
<%= render partial: "layouts/decidim/process_navigation", locals: { participatory_space: current_participatory_space } %>