{% trans "Enter Verification Code" %}
{% trans "We've sent a 6-digit code to your email." %}
{% if otp_error %}
{{ otp_error }}
{% endif %}
{% if otp_success %}
{{ otp_success }}
{% endif %}