<%= lucide_icon "layers", class: "w-6 h-6 text-gray-500" %>

<%= t(".no_account_title") %>

<%= t(".no_account_subtitle") %>

<%= link_to new_account_path, class: "btn btn--primary flex items-center gap-1", data: { turbo_frame: "modal" } do %> <%= lucide_icon("plus", class: "w-5 h-5") %> <%= t(".new_account") %> <% end %>