{% extends "course/course-base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "List of Grading Opportunities" %} - {% trans "RELATE" %} {% endblock %} {% block header_extra %} {# the min.js version contains all dependencies #} {% endblock %} {% block content %}
| {% trans "Name of grading opportunity" %} | {% trans "Flow ID" %} | {% trans "Aggregation strategy" %} | {% trans "Due time" %} | {% trans "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 %} |