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

{{ cert_def.icon }} {{ cert_def.label }}

{{ cert_def.description }}

{% for ct in cert_tiers %} {{ ct.icon }} {{ ct.label }} {% endfor %}
{% if existing_cert %}
{{ cert_def.icon }}
{{ cert_def.label }}
{{ fa_user.display_name or fa_user.email }}
Issued {{ existing_cert.issued_at[:10] if existing_cert.issued_at else '' }}
{{ existing_cert.token }}
Verify this certificate →
All My Certs
{% else %}

Eligibility Gates

{% for gate in eligibility.gates %}
{% if gate.met %}✅{% else %}❌{% endif %} {{ gate.name }} {{ gate.detail }}
{% else %}

Log in to check eligibility.

{% endfor %}
{% if fa_user %} {% endif %}

XP Bonus: +{{ cert_def.xp_bonus|int }} XP awarded on claim.

{% endif %}
View all certificates →
{% include "includes/iqe_query_widget.html" %} {% endblock %} {% block extra_js %} {% endblock %}