{% extends "webapp/base.html" %} {% block title %}{{ t('how_it_works') | default('How It Works') }} — {{ t('brand') }}{% endblock %} {% block content %}

{{ t('how_it_works') | default('HOW IT WORKS') }}

{{ t('how_it_works_desc') | default('FIGHTSKILL makes competing in esports tournaments simple. Follow these steps to start winning.') }}

01
{{ t('create_account') | default('CREATE ACCOUNT') }}
{{ t('create_account_desc') | default('Sign up with email or social accounts') }}
02
{{ t('join_tournament') | default('JOIN TOURNAMENT') }}
{{ t('join_tournament_desc') | default('Browse and register for tournaments') }}
03
{{ t('play_and_win') | default('PLAY & WIN') }}
{{ t('play_and_win_desc') | default('Compete and claim your prizes') }}
04
{{ t('climb_leaderboard') | default('CLIMB LEADERBOARD') }}
{{ t('climb_lb_desc') | default('Earn rank and unlock rewards') }}
01

{{ t('create_account') | default('CREATE ACCOUNT') }}

{{ t('create_account_long') | default('Sign up for FIGHTSKILL using your email or connect your Discord, Steam, or X account. Verify your email to get started.') }}

02

{{ t('join_tournament') | default('JOIN TOURNAMENT') }}

{{ t('join_tournament_long') | default('Browse tournaments by game, region, and prize pool. Join solo or with your team. Deposit wallet funds required for paid tournaments.') }}

03

{{ t('play_and_win') | default('PLAY & WIN') }}

{{ t('play_and_win_long') | default('At match time, room codes and passwords are published. Compete, win, and your prize is automatically credited to your payout wallet.') }}

04

{{ t('climb_leaderboard') | default('CLIMB LEADERBOARD') }}

{{ t('climb_lb_long') | default('Climb the global, weekly, and monthly leaderboards. Earn XP, level up, and unlock exclusive rewards and achievements.') }}

{% if session.get('user_id') %} {{ t('join_tournament') | default('JOIN A TOURNAMENT') }} → {% else %} {{ t('create_account') | default('CREATE ACCOUNT') }} → {% endif %}
{% endblock %}