<%= render partial: "count" %>
<% if current_settings.creation_enabled? && current_component.participatory_space.can_participate?(current_user) %>
<%= action_authorized_link_to :create, new_debate_path, class: "title-action__action button small", data: { "redirect_url" => new_debate_path } do %>
<%= t(".new_debate") %>
<%= icon "plus" %>
<% end %>
<% end %>