<%= t("heading", scope: "decidim.votings.content_blocks.landing_page.polling_stations") %>

<% if polling_stations.any? %>
<% polling_stations.each do |polling_station| %>
<%== cell("decidim/address", polling_station) %>
<% end %>
<%= cell "decidim/votings/voting_map", polling_stations %>
<% else %> <%= t("no_polling_stations", scope: "decidim.votings.content_blocks.landing_page.polling_stations") %> <% end %>