<%! 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 Export")} <%block name="bodyclass">is-signedin course tools export <%block name="jsextra"> % if in_err: %endif <%block name="content">

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

${_("About Exporting Courses")}

## Translators: ".tar.gz" is a file extension, and should not be translated

${_("When exporting your course, you will receive a .tar.gz formatted file that contains the following course data:")}

  • ${_("Course Structure (Sections and sub-section ordering)")}
  • ${_("Individual Units")}
  • ${_("Individual Problems")}
  • ${_("Static Pages")}
  • ${_("Course Assets")}

${_("Your course export will not include: student data, forum/discussion data, course settings, certificates, grading information, or user data.")}

${_("Export Course:")}

${_("Download Files")}
<%doc>

${_("Export Course:")}

Files Downloading

${_("Download not start?")} ${_("Try again")}