$def with (course, thehash, backups, msg, error) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: $:_("Danger zone") $def ColumnF(): $:template_helper.call('course_admin_menu',course=course,current='danger') $var Column: $:ColumnF() $def NavbarF(): $var Navbar: $:NavbarF()

$:_("Danger zone")

$if error: $elif msg:
$:_("Archive course data")
$:_("

This will reset and backup all course data (submissions, classrooms/teams, user statistics) from the database.

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

")
$:_("Backups")
$for backup in backups:
$:_("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 :

")