%inherit file="base.html" />
<%namespace name='static' file='static_content.html'/>
<%!
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext as _
%>
<%block name="title">${_("Course Import")}%block>
<%block name="bodyclass">is-signedin course tools view-import%block>
<%block name="content">
${_("Tools")}
> ${_("Course Import")}
${_("You may import existing course structure and content into Studio.")}
${_("Importing is not something to take lightly as the course content you successfully upload will be integrated into your course content and cannot be reversed.")}
${_("During the initial stages of the import process, please do not navigate away from this page.")}