div.outer div#loginFormContainer.strong-auth div#messages div.loginForm div.lf-logoBlock span.clearfix img(src=config["forms.login_form"].resources.logo) h2.companyName =config["company_name"] div.lf-formBlock h2#title.title =config["strongauth"].labels["title"] form#strongAuthForm(action="/StrongAuthServlet")(method="POST") - for (var i = 0; i < fields.length; i++) { case fields[i].type when 'hidden' input(type=fields[i].type)(name=fields[i].name)(value=fields[i].value) when 'text' div.row.form-group div.col-xs-12.col-sm-5.display-table label.display-table-cell(for=fields[i].name) =fields[i].value div.col-xs-12.col-sm-7 input.form-control.content(id=fields[i].name)(type=fields[i].type)(name=fields[i].name) span.help-block.d-none when 'image' div.row.form-group div.col-xs-12 img.img-responsive(id=fields[i].name)(src=fields[i].src) when 'link' div.row.form-group div.col-xs-12 a.link-symplified(id=fields[i].name)(href=fields[i].href) =fields[i].value - } div.btns-right.row div.col-xs-12 button#continueButton.btn.btn-primary.pull-right =config["strongauth"].labels["continueBtn"] button#cancelButton.btn.btn-default.pull-right =config["strongauth"].labels["cancelBtn"]