<% content_for :action_title, t("dashboard.polls.index.title") %>
<%= Setting["proposals.poll_description"] %> <%= render Dashboard::PollsComponent.new(@polls) %>
<% if Setting["proposals.poll_link"].present? %>

<%= t("dashboard.polls.index.links") %>

<%= link_to t("dashboard.polls.index.additiontal_information"), Setting["proposals.poll_link"] %> <% end %>

<%= t("dashboard.polls.index.count", count: @polls.count) %>

<%= link_to t("dashboard.polls.index.create"), new_proposal_dashboard_poll_path(proposal), class: "button expanded" %>