{% extends "course/course-base.html" %} {% load static %} {% block title %} List of Grading Opportunities - Courseflow {% endblock %} {% block header_extra %} {# the min.js version contains all dependencies #} {% endblock %} {% block content %}
| Name | Flow ID | Aggregation Strategy | Due Time | Shown to students | {% for opp in grading_opps %}
|---|---|---|---|---|
| {{ opp.name }} ({{ opp.identifier }}) | {% if opp.flow_id %} {{ opp.flow_id }} {% endif %} | {{ opp.aggregation_strategy }} | {{ opp.due_time }} | {% if opp.shown_in_student_grade_book %} {% else %} {% endif %} |