% if current_user && current_component.current_settings.votes == "enabled" && !current_workflow.voted?(budget) %>
<%= decidim_modal id: "exit-notification" do %>
<%= icon "information-line" %>
<%= t("title", scope: "decidim.budgets.projects.exit_modal") %>
<%= t("message", scope: "decidim.budgets.projects.exit_modal") %>
<%= link_to t("exit", scope: "decidim.budgets.projects.exit_modal"), budget_projects_path, id: "exit-notification-link", class: "button button__sm md:button__lg button__secondary" %>
<% end %>
<% end %>