{{ grade_document.last_modified_time }}, {% trans 'by' %} {{ grade_document.last_modified_user }}
{% if user.is_grade_publisher %}
{% endif %}
{% endfor %}
{% else %}
{% trans 'No grade documents have been uploaded yet' %}
{% endif %}
{% if user.is_grade_publisher %}
{% trans 'Upload new midterm grades' %}{% trans 'Upload new final grades' %}
{% endif %}
{% endblock %}
{% block modals %}
{{ block.super }}
{% trans 'Delete grade document' as title %}
{% trans 'Do you really want to delete the grade document ?' as question %}
{% trans 'Delete grade document' as action_text %}
{% include 'confirmation_modal.html' with modal_id='deleteGradedocumentModal' title=title question=question action_text=action_text btn_type='danger' %}
{% endblock %}