{% extends "themes/" + sysSettings.systemTheme + "/layout.html" %} {% from "security/_macros.html" import render_field_with_errors, render_field %} {% block head %} {{sysSettings.siteName}} - Two-Factor Authentication {% endblock %} {% block body %}
{{ _fsdomain("Two-factor Authentication") }}

{{ _fsdomain("Please enter your authentication code") }}

{{ two_factor_verify_code_form.hidden_tag() }} {{ render_field_with_errors(two_factor_verify_code_form.code, class="form-control") }} {{ render_field(two_factor_verify_code_form.submit) }}
{% endblock %}