{% extends 'devilry_group/feedbackfeed.django.html' %} {% load cradmin_tags %} {% load i18n %} {% block navigation %}
{% if request.cradmin_role.cached_data.last_published_feedbackset_is_last_feedbackset %}

{% blocktrans trimmed with attempt_number=request.cradmin_role.cached_data.prettyformat_current_attempt_number %} The {{ attempt_number }} has been graded. You can leave this grade as their final grade for this assignment, or: {% endblocktrans %}

{# If failing grade #} {# #} {# {% trans "Give new attempt" %}#} {# #} {% trans "Edit the grade" %} {% trans "Give new attempt" %}

{% else %} {% trans "Move deadline" %} {% endif %}
{% endblock %}