{% extends "devilry_examiner/base.django.html" %} {% load i18n %} {% load url from future %} {% load django_decoupled_docs_tags %} {% block title %}{% trans "Examiner" %}{% endblock %} {% block body %}
{% trans "Dashboard for the examiner role. You use this role to provide feedback to students." %}
{% if assignment.count_waiting_for_feedback %} {% blocktrans with count_waiting_for_feedback=assignment.count_waiting_for_feedback %}{{ count_waiting_for_feedback }} waiting for feedback{% endblocktrans %} {% else %} {% trans "No groups waiting for feedback." %} {% endif %}
{% endfor %}{% trans "New to Devilry? Do you want to become more efficient?" %} {% trans "Check out the getting started guide" %}