<%= group.name %> - <%= heading.name %>
<%= link_to sanitize(ballot.amount_available_info(heading)), group_path(group) %>
<% if ballot.has_lines_in_group?(group) %>
<%= sanitize(ballot.amount_spent_info(heading)) %>
<% else %>
<%= t("budgets.ballots.show.zero") %>
<% end %>
<%= render Budgets::Ballot::InvestmentComponent.with_collection(group_investments(group)) %>