{% extends "base.html" %} {% block title %}Dashboard — Claw-ED{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {# ── Teacher Profile Card ─────────────────────────────────── #}{{ persona.get('school', '') or config_school or '' }}
{% endif %}No activity yet. Generate your first unit to get started.
| Title | Subject | Grade | Lessons | Rating | Created |
|---|---|---|---|---|---|
| {{ u.title }} | {{ u.subject }} | {{ u.grade_level }} | {{ u.lesson_count }} | {{ u.rating or '—' }} | {{ u.created_at[:10] if u.created_at else '' }} |