{% extends "course/course-base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "List of Grading Opportunities" %} - {{ relate_site_name }} {% endblock %} {% block header_extra %} {% include "datatables-header.html" %} {% endblock %} {% block content %}

{% trans "List of Grading Opportunities" %}

{% trans "Add grading opportunity" %} {% if pperm.edit_grading_opportunity %} {% endif %} {% for opp in grading_opps %} {% if pperm.edit_participation %} {% endif %} {% endfor %}
{% trans "Name of grading opportunity" %}{% trans "Actions" %}{% trans "Flow ID" %} {% trans "Aggregation strategy" %} {% trans "Due time" %} {% trans "Shown to participants" %}
{{ opp.name }} ({{ opp.identifier }}) {% trans "Edit" %} {% if opp.flow_id %} {{ opp.flow_id }} {% endif %} {{ opp.aggregation_strategy }} {{ opp.due_time }} {% if opp.shown_in_participant_grade_book and opp.result_shown_in_participant_grade_book %} {% else %} {% endif %}
{% get_current_js_lang_name as LANG %} {% endblock %}