{% 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 %}

List of Grading Opportunities

{% for opp in grading_opps %} {% endfor %}
Name Flow ID Aggregation Strategy Due Time Shown to students
{{ 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 %}
{% endblock %}