% if has_banners? %> <%= render "shared/banner" %> <% end %> <% provide :title do %><%= t('budgets.index.title') %><% end %> <% content_for :canonical do %> <%= render "shared/canonical", href: budgets_url %> <% end %> <% if current_budget.present? %>
<% show_links = show_links_to_budget_investments(current_budget) %>
<% if show_links %>
<%= link_to budget_investments_path(current_budget.id) do %>
<%= t("budgets.index.investment_proyects") %>
<% end %>
<% end %>
<%= link_to budget_investments_path(budget_id: current_budget.id, filter: 'unfeasible') do %>
<%= t("budgets.index.unfeasible_investment_proyects") %>
<% end %>
<% if show_links %>
<%= link_to budget_investments_path(budget_id: current_budget.id, filter: 'unselected') do %>
<%= t("budgets.index.not_selected_investment_proyects") %>
<% end %>
<% end %>
<%= t("budgets.index.section_footer.title") %>
<%= t("budgets.index.section_footer.description") %>
<%= t("budgets.index.section_footer.help_text_1") %>
<%= t("budgets.index.section_footer.help_text_2") %>
<%= t("budgets.index.section_footer.help_text_3", org: link_to(setting['org_name'], new_user_registration_path)).html_safe %>
<%= t("budgets.index.section_footer.help_text_4") %>