{{ form.otp_token }}
{% if form.otp_token.errors %}
{% for error in form.otp_token.errors %}{{ error|escape }}{% endfor %}
{% endif %}
{% else %}
{% trans "This section needs you to authenticate with a token. As you have no token registered to your account, you cannot access this section. Please contact us." %}