<%! from django.utils.translation import ugettext as _ %>

${_("Peer Grading")}

% if use_for_single_location:

${_("The due date has passed, and peer grading for this problem is closed at this time.")}

%else:

${_("The due date has passed, and peer grading is closed at this time.")}

%endif