<%- include('../public/icon.svg') %>
<%= t('Please Log In') %>
<% if (oauthServers) { %> <% oauthServers.forEach(function(server) { %>
<%= t('Log In with %s', server.title) %>
<% }) %> <% } %> <% if (error) { %>
<%= t(error.message) %>
<% } %>
<%= t('Username or Email') %>:
<%= t('Password') %>:
<% if (errorCount > 2) { %>
<%= t('Captcha')%>:
<%= t('Reload Captcha') %>
<% } %>
<%= t('Log In') %>