{% extends "base.html" %} {% block title %}Arena — FORGE Academy{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

⚡ Arena

TIMED CHALLENGES // TECHNICAL ROLES ONLY // XP MULTIPLIERS UP TO 3×

← Hub
{% if fa_user and fa_user.role in TECHNICAL_ROLES %} {% if challenges %} {% for ch in challenges %}
{{ ch.title }}
{{ ch.xp_multiplier }}× XP
Timed coding challenge. Complete before the clock runs out for maximum multiplier.
Ends in
Loading...
{% endfor %} {% else %}

No Active Challenges

Arena challenges rotate weekly. Complete Tier 1 missions and check back — your next challenge is incoming.

Browse Missions →
{% endif %} {% else %}
🔒

Technical Roles Only

The Arena is reserved for DevOps, SecOps-Eng, DataOps, and SWE/Architect tracks. Guided role learners have their own advanced capstone challenges.

Update Profile →
{% endif %}
{% endblock %}