{% extends "base.html" %} {% block title %}Platform Stats - OWASP FinBot CTF{% endblock %} {% block content %}

Community Pulse

Platform Stats

Aggregate metrics from the OWASP FinBot CTF platform. Updated in real time.

{% if coming_soon %}

Coming Soon

Platform stats will be available once we have enough community activity. Check back soon.

{% endif %} {% if not coming_soon %}

{{ total_users }}

Registered Users

{{ active_week }}

Active This Week

{{ active_month }}

Active This Month

{{ challenges_completed }}

Challenges Completed

{{ badges_earned }}

Badges Earned

{{ vendors_registered }}

Vendors Registered

{% if categories %}

Challenges by Category

{% for cat in categories %} {% set max_count = categories[0].count if categories else 1 %}
{{ cat.name }} {{ cat.count }}
{% endfor %}
{% endif %} {% endif %}
{% endblock %}