{% extends "base.html" %} {# CUI // SP-CTI #} {% block title %}{{ app_name }} — AI Learning Paths{% endblock %} {% block content %}
{% for track in tracks %}
{{ track.icon }}

{{ track.name }}

{{ track.level }}

{{ track.description }}

{{ track.task_count }} Modules
{{ track.duration_hours }}h Duration
{{ track.progress }}% Progress
{% for m in track.modules[:4] %}
{{ m }}
{% endfor %} {% if track.modules|length > 4 %}
+ {{ track.modules|length - 4 }} more modules
{% endif %}
{% endfor %}

How Learning Paths Work

1
Choose a Track

Pick the path that matches your role. Consumers start here; engineers choose Builder.

2
Complete Modules

Each module is a hands-on task in ICDEV™ — deploy a pattern, configure a gate, build a tool.

3
Earn Your Badge

Complete all modules in a track to earn your badge. Badges unlock advanced features.

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}