{% include 'webapp/_pwa_head.html' %}
{% for lc in ['en','fa','tr','ar'] %}
{{ lc|upper }}
{% endfor %}
FIGHTSKILL
{{ t('forgot_password')|default('Forgot your password?') }}
{% if error %}
{{ error }}
{% endif %} {% if sent %}
{{ t('reset_code_sent')|default('A reset code has been sent to your email.') }} {% if demo_code %}
{{ demo_code }}
{{ t('click_code')|default('Click to reveal/copy code (dev mode)') }}
{% endif %}
{{ t('back_to_login')|default('Back to login') }}
{% else %}
{{ t('email') }}
{{ t('send_reset_code')|default('Send Reset Code') }}
{% endif %}
{% include 'webapp/_pwa.html' %}