<%= icon "map-pin-line", class: "home__section-participate-grid__icon " %>
<%= t("decidim.pages.home.extended.meetings") %>
<%= t("decidim.pages.home.extended.meetings_explanation") %>
<%= icon "chat-1-line", class: "home__section-participate-grid__icon " %>
<%= t("decidim.pages.home.extended.debates") %>
<%= t("decidim.pages.home.extended.debates_explanation") %>
<%= icon "file-3-line", class: "home__section-participate-grid__icon " %>
<%= t("decidim.pages.home.extended.proposals") %>
<%= t("decidim.pages.home.extended.proposals_explanation") %>
<%= link_to decidim.pages_path, class: "button button__sm md:button__lg button__secondary mt-6" do %>
<%= t("more_info", scope: "decidim.pages.home.extended", resource_name: translated_attribute(current_organization.name, current_organization)) %>
<%= icon "arrow-right-line", class: "fill-current" %>
<% end %>