<%= render Polls::AccessStatusComponent.new(poll) %>
<% if poll.image.present? %>
<%= image_tag poll.image.variant(:large), alt: poll.image.title.unicode_normalize %>
<% end %>
<%= link_to header_text, path %>
<%= dates %>
<% if poll.questions.many? %>
<% poll.questions.sort_for_list.each do |question| %>
- <%= question.title %>
<% end %>
<% end %>
<%= render Polls::GeozonesComponent.new(poll) %>
<%= render SDG::TagListComponent.new(poll, limit: 5, linkable: false) %>
<%= link_to link_text, path, class: "button hollow expanded" %>