<% add_decidim_meta_tags(title: t("conferences.index.title", scope: "decidim")) %> <% edit_link( decidim_admin_conferences.conferences_path, :read, :conference_list ) %> <% content_for :aside do %>

<%= t("decidim.conferences.index.title") %>

<% end %> <%= render layout:"layouts/decidim/shared/layout_two_col" do %> <%= participatory_space_floating_help %> <% if promoted_conferences.any? %>

<%= t("conferences.index.promoted_conferences", scope: "layouts.decidim") %>

<% promoted_conferences.each do |promoted_conference| %> <%= card_for promoted_conference, highlight: true %> <% end %>
<% end %>

<%= t("conferences.order_by_conferences.conferences", scope: "layouts.decidim", count: conferences.size) %>

<%= render(collection) %>
<%= decidim_paginate collection %>
<% end %>