<%= translated_attribute(current_participatory_process.title) %>

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

<%= render partial: "layouts/decidim/process_header_steps", locals: { participatory_process: current_participatory_process } %>
<% if current_participatory_process.features.any? %>
  • "> <%= active_link_to decidim_participatory_processes.participatory_process_path(current_participatory_process), active: :exclusive, class: "process-nav__link", class_active: "is-active" do %> <%= external_icon "decidim/participatory_processes/process.svg" %> <%= t ".process_menu_item" %> <% end %>
  • <% current_participatory_process.features.each do |feature| %> <% if feature.published? || feature == self.try(:current_feature) %>
  • "> <%= active_link_to main_feature_path(feature), class: "process-nav__link", active: :inclusive, class_active: "is-active" do %> <%= feature_icon(feature) %> <%= translated_attribute(feature.name) %> <% end %>
  • <% end %> <% end %>
<% end %>