{% extends 'grades_course_base.html' %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% if show_automated_publishing_info %}
{% translate 'Automated publishing' %}
{% blocktranslate %}After this file with final grades was uploaded, the evaluation results will be published automatically once the evaluation ends. If the evaluation has already ended, it will be published immediately. All contributors and participants will receive an email informing them about the published evaluation results and the available grade file document.{% endblocktranslate %}
{% endif %}

{% if final_grades %} {% blocktranslate with course=course.name semester=semester.name %}Upload final grades for {{ course }} ({{ semester }}){% endblocktranslate %} {% else %} {% blocktranslate with course=course.name semester=semester.name %}Upload midterm grades for {{ course }} ({{ semester }}){% endblocktranslate %} {% endif %}

{% csrf_token %}
{% include 'bootstrap_form.html' with form=form %}
{% endblock %}