<%= t("officing.poll_budgets.index.title", poll_budget: @poll.name) %>

<% if @ballot_sheets.any? %> <% @ballot_sheets.each do |ballot_sheet| %> <% end %>
<%= t("officing.poll_budgets.index.ballot_sheet_name") %> <%= t("officing.poll_budgets.index.ballot_sheet_author") %> <%= t("officing.poll_budgets.index.ballot_sheet_creation_date") %>
<%= link_to t("officing.poll_budgets.index.ballot_sheet", id: ballot_sheet.id), officing_poll_ballot_sheet_path(@poll.id, ballot_sheet.id) %> <%= ballot_sheet.author %> <%= l(ballot_sheet.created_at, format: :long) %>
<% else %>
<%= t("officing.poll_budgets.index.empty_results") %>
<% end %>