{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "2FA Verification" %}{% endblock %} {% block content %}

{% trans "Verify Your Login" %}

{% trans "Enter the 6-digit verification code sent to your professional email address" %}

{% if error %}
{% trans "Invalid or expired code. Please try again." %}
{% endif %}
{% csrf_token %}
{% trans "For your security, never share your verification code with anyone. This code will expire in 10 minutes." %}
{% trans "Didn't receive the code?" %} {% trans "Request a new one" %}
{% endblock %}