{% from "security/_macros.html" import render_field_with_errors, render_field %} {% include "security/_messages.html" %}

{{ _('Authentication code') }}

{{ tfa_form.hidden_tag() }} {{ tfa_form.hidden_tag('email') }} {{ tfa_form.hidden_tag('password') }} {{ tfa_form.hidden_tag('remember') }} {{ render_field_with_errors(tfa_form.authentication_code) }} {{ render_field(tfa_form.next) }} {{ render_field(tfa_form.submit) }}
{% include "security/_menu.html" %}