{% load i18n %}

{% translate "Note on Template: You can use Jinja2 Template syntax" %} (http://jinja.pocoo.org/docs/dev/)

{% translate "The following tags are available: "%}

  • {{style}}: {% translate "The Cascading Style sheet section"%}
  • {{error_message}}: {% translate "The error message when OTP code verification goes wrong"%}
  • {{form_begin}}: {% translate "The beginning <form action='...'>"%}
  • {{form_end}}: {% translate "The end </form>"%}
  • {{input_key}}: {% translate "The key input"%}
  • {{input_submit}}: {% translate "The 'login' button"%}
  • {{resend_button}}: {% translate "The 'resend mail/sms' button"%}
  • {{qrcode}}: {% translate "The 'src' html tag of the TOTP QRcode"%}
{% include "./images.html" %}
{{form.html_otp}} {{form.html_otp.errors}}

{{ form.otp_key_field }} {{ form.otp_key_field.errors }}
{{ form.otp_submit_field }} {{ form.otp_submit_field.errors }}
{{ form.otp_resend_field }} {{ form.otp_resend_field.errors }}
{{ form.otp_onetouch_field }} {{ form.otp_onetouch_field.errors }}