{% include 'webapp/_pwa_head.html' %}
FIGHTSKILL
{{ t('create_account') | default('Create your account') }}
{% if error %}
{{ error }}
{% endif %}
{{ t('username') }}
{{ t('email') }}
{{ t('password') }}
{{ t('confirm_password') }}
{{ t('agree_terms') | default('I agree to the Terms of Service and Privacy Policy') }}
{{ t('create_account') }} →
{% for lc in ['en','fa','tr','ar'] %}
{{ lc|upper }}
{% endfor %}
{% include 'webapp/_pwa.html' %}