{% extends "devilry_examiner/allgroupsoverview_base.django.html" %} {% load i18n devilry_examiner_tags%} {% load url from future %} {% block bodyid %}waiting-for-feedback-overview{% endblock %} {% block content %} {% if not groups %}
{% trans "There are no groups waiting for deliveries" %}
{% endif %} {{ block.super }} {% endblock content %}