{{ l('Reset Password', 'পাসওয়ার্ড রিসেট') }}

{% if step == 'find' %} {{ l('Enter your Gmail, Phone, or Username to get started', 'শুরু করতে আপনার জিমেইল, ফোন বা ইউজারনেম দিন') }} {% elif step == 'email_code' %} {{ l('Enter the verification code sent to your email', 'আপনার ইমেইলে পাঠানো ভেরিফিকেশন কোড দিন') }} {% else %} {{ l('Answer your security question to continue', 'পাসওয়ার্ড রিসেট করতে নিরাপত্তা প্রশ্নের উত্তর দিন') }} {% endif %}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if step == 'find' %}
{% elif step == 'email_code' %}
{% elif step == 'question' %}
{{ question }}
{% endif %}