<%! from django.utils.translation import ugettext as _ %> <%inherit file="base.html" /> <%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse %> <%block name="title">${_("Course Import")} <%block name="bodyclass">is-signedin course tools import <%block name="content">

${_("Tools")} > ${_("Course Import")}

${_("Importing a new course will delete all content currently associated with your course and replace it with the contents of the uploaded file.")}

## Translators: ".tar.gz" is a file extension, and files with that extension are called "gzipped tar files": these terms should not be translated

${_("File uploads must be gzipped tar files (.tar.gz) containing, at a minimum, a {filename} file.").format(filename='course.xml')}

${_("Please note that if your course has any problems with auto-generated {nodename} nodes, re-importing your course could cause the loss of student data associated with those problems.").format(nodename='url_name')}

${_("Course to import:")}

${_("Choose File")}

${_("change")}

Unpacking...

0%
<%block name="jsextra">