{% extends "admin/index.html" %} {% load i18n %} {% block content %}

Teacher Grade Submissions

{% for teacher in teachers %} {% for course_section in teacher.course_sections %} {% endfor %} {% endfor %}
Teacher Course Section Last grade submission
{{ teacher }}
{{ course_section }} {{ course_section.last_grade_submission }}
{% endblock %}