{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% extends "layout.html" %} {% block title %} {{_("Danger zone")}} {% endblock %} {% block column %} {{ template_helper.call('course_admin_menu',course=course,current='danger') | safe }} {% endblock %} {% block navbar %} {% endblock %} {% block content %}

{{ _("Danger zone") }}

{% if error %} {% elif msg %} {% endif %}
{{ _("Archive course data") }}
{{ _("

This will reset and backup all course data (submissions, audiences, groups, user statistics) from the database.

To confirm your will, please type the course id below :

") | safe }}
{{ _("Backups") }}
{% for backup in backups %} {% endfor %}
{{ _("backup date") }} {{ _("download") }}
{{ backup['date'] }}
{{ _("Delete course") }}
{{ _("

This will permanently remove the course and all its data (including tasks and backups) from INGInious.

To confirm your will, please type the course id below :

") | safe }}
{% endblock %}