<%- @T('Log in to %s', @C('fqdn')) %>

<% if @C('maintenance_mode'): %>
<%- @T('Zammad is currently in maintenance mode. Only administrators can log in. Please wait until the maintenance window is over.') %>
<% end %> <% if @C('maintenance_login') && @C('maintenance_login_message'): %>
<%- @C('maintenance_login_message') %>
<% end %>
<% if @item.errorMessage: %> <% end %>
<% if @C('user_lost_password'): %> <%- @T('Forgot password?') %> <% end %>
<% if !_.isEmpty(@auth_providers): %>
<%- @T('or sign in using') %>
<% for auth_provider in @auth_providers: %>
<% end %>
<% end %>

<%- @T("You're already registered with your email address if you've been in touch with our Support team.") %>
<% if @C('user_lost_password'): %> <%- @T('You can request your password') %> <%- @T('here') %>. <% end %>

<% if @C('user_create_account'): %>

<%- @T('Register as a new customer') %>

<% end %>
<%- @Icon('logo') %> <%- @T('Powered by') %> <%- @Icon('logotype', 'logotype') %>