<% provide :title do %><%= t('budgets.index.title') %><% end %> <% content_for :canonical do %> <%= render "shared/canonical", href: budgets_url %> <% end %> <%= render "shared/section_header", i18n_namespace: "budgets.index.section_header", image: "budgets" %>
<% @budgets.each do |budget| %> <% end %>
<%= Budget.human_attribute_name(:name) %> <%= Budget.human_attribute_name(:phase) %>
<%= link_to budget.name, budget %> <%= budget.translated_phase %>

<%= 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") %>