{% extends 'base.html' %} {% load static %} {% block title %}My Dashboard - Teacher{% endblock %} {% block content %}
{{ today|date:"l, F d, Y" }}
{% for subject in class_data.subjects %} {{ subject.name }}{% if not forloop.last %}, {% endif %} {% endfor %}
Students: {{ class_data.student_count }}
{% if class_data.today_attendance_taken %}No classes assigned to you yet.
{% endif %}No recent attendance
{% endfor %}