{% extends "devilry_examiner/base.django.html" %} {% comment %} This is the base template for the singledelivery view in devilry_examiner, and the base template for ANY grading system plugin. Child templates should override the ``pagecontent`` block. The base template for grading plugins should override ``title`` and add a prefix/suffix to distinguish editing from viewing. Expected template variables =========================== delivery A devilry.apps.core.models.Delivery object. valid_grading_system_setup Is the grading system configured in a way that makes giving feedback possible? {% endcomment %} {% load url from future %} {% load i18n %} {% load static %} {% load devilry_examiner_tags %} {% block title %} {{ delivery.deadline.assignment_group.short_displayname }} #{{ delivery.number }} - {{ delivery.deadline.assignment_group.assignment.get_path }} {% endblock %} {% block body %}
{% blocktrans with number=delivery.number total=delivery.deadline.assignment_group.successful_delivery_count %} Delivery {{ number }}/{{ total }} {% endblocktrans %} - {{ delivery.time_of_delivery }}