{% extends "base.html" %} {% block title %}Dashboard — EDUagent{% endblock %} {% block content %}
Teaching as {{ persona_name }}
{% endif %}| 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 '' }} |
No units yet. Generate your first unit to get started.