<%= t("officing.poll_budgets.index.ballot_sheet", id: @ballot_sheet.id) %>
<%= t("officing.poll_budgets.show.created_at") %>
<%= l(@ballot_sheet.created_at, format: :long) %>
•
<%= t("officing.poll_budgets.show.author") %>
<%= @ballot_sheet.author %>
<%= t("officing.poll_budgets.show.data") %>
<%= simple_format @ballot_sheet.data %>