<% if investments.count > 0 %>

<%= sanitize(ballot.voted_info(heading)) %>

<% elsif assigned_heading.present? %>

<%= sanitize(t("budgets.investments.index.sidebar.different_heading_assigned", heading_link: heading_link(assigned_heading, budget))) %>
<%= sanitize(t("budgets.investments.index.sidebar.change_ballot", check_ballot: link_to(t("budgets.investments.index.sidebar.check_ballot_link"), budget_ballot_path(budget)))) %>

<% else %>

<%= t("budgets.investments.index.sidebar.zero") %>

<% end %>

<%= sanitize(ballot.change_vote_info( link: link_to(t("budgets.investments.index.sidebar.change_vote_link"), budget_ballot_path(budget)) )) %>

<%= link_to t("budgets.investments.header.check_ballot"), budget_ballot_path(budget), class: "button hollow expanded" %>