jsreport
<% if (viewModel.login) { %>
<%= viewModel.login %>
<% } %>
login
<% if (authServer) { %>
login with <%= authServer.name %>
<% } %>