<% @page_title = "Sign in" %> <% turbo_page_requires_reload %>
"> <%= account_logo_tag style: "center margin-block-end txt-xx-large" %> <%= form_with url: session_url, class: "flex flex-column gap" do |form| %>
<%= Current.account.name %>
<%= translation_button(:email_address) %>
<%= translation_button(:password) %>
<%= form.button class: "btn btn--reversed center txt-large", type: "submit", name: "log_in" do %> <%= image_tag "arrow-right.svg", aria: { hidden: "true" } %> Go <% end %>
<% end %>
<%= render "accounts/help_contact" %>