<%= translated_attribute(model.name) %> <%= t("decidim.participatory_spaces.highlighted_results.see_all", count: results_count) %>

<% results_to_render.each do |result| %> <%= render partial: "decidim/participatory_spaces/result.html", locals: { result: result } %> <% end %>
<%= link_to( t("decidim.participatory_spaces.highlighted_results.see_all", count: results_count), main_component_path(model), class: "button button--sc hollow button--right" ) %>