<%= link_to t("admin.polls.edit.title"), edit_admin_poll_path(@poll), class: "button hollow float-right" %>

<%= @poll.name %>

<%= t("admin.polls.index.dates") %>
<%= render Admin::DurationComponent.new(@poll) %>
<% if @poll.geozone_restricted %>
<%= t("admin.polls.index.geozone_restricted") %>
<%= @poll.geozones.pluck(:name).to_sentence %>
<% end %>
<%= t("admin.questions.no_edit") %>