%= back_link_to budgets_admin_stats_path %>
<%= t("admin.stats.budget_balloting.vote_count") %>
<%= @vote_count %>
<%= t("admin.stats.budget_balloting.participant_count") %>
<%= @user_count %>
| <%= t("admin.stats.budget_balloting.votes_per_heading") %> | <% @vote_count_by_heading.each do |heading_name, count| %>|
|---|---|
| <%= heading_name %> | <%= number_with_delimiter count %> |
| <%= t("admin.stats.budget_balloting.participants_per_district") %> | <% @user_count_by_district.each do |heading_name, count| %>|
|---|---|
| <%= heading_name %> | <%= number_with_delimiter count %> |