<% budgets.each do |budget| %> <% end %>
<%= t("management.budgets.table_name") %> <%= t("management.budgets.table_phase") %> <%= t("management.budgets.table_actions") %>
<%= budget.name %> <%= budget.current_phase.name %> <%= link_to t("management.budgets.print_investments"), print_management_budget_investments_path(budget) %>
<%= paginate budgets %>