{% from "auth/_formhelpers.html" import render_field %}

Log in

{{ render_field(loginForm.username, id="username", class="loginBoxInput loginBoxEnter") }} {{ render_field(loginForm.password, id="password", class="loginBoxInput loginBoxEnter") }}