{% include 'webapp/_pwa_head.html' %}
{% for lc in ['en','fa','tr','ar'] %}
{{ lc|upper }}
{% endfor %}
FIGHTSKILL
{{ t('welcome_back') | default('Welcome back!') }}
{% if error %}
{{ error }}
{% endif %}
{{ t('email') }}
{{ t('password') }}
{{ t('remember_me') | default('Remember me') }}
{{ t('forgot_password') | default('Forgot password?') }}
{{ t('login') }} →
{% include 'webapp/_pwa.html' %}