<h3class="title">${_('We need to verify your email address')}</h3>
<divclass="copy">
<p>${_('Almost there! In order to complete your sign up we need you verify your $emailaddress email address. An activation message and next steps should be waiting for you there.')}</p>
<p>${_('If you are new to Studio and having trouble getting started, there are a few things that may be of help:')}</p>
<ol>
<liclass="nav-item">
<ahref="http://files.edx.org/Getting_Started_with_Studio.pdf"title="This is a PDF Document">${_('Get started by reading Studio\'s Documentation')}</a>
</li>
<liclass="nav-item">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="Use our feedback tool, Tender, to share your feedback">${_('Request help with Studio')}</a>
</li>
</ol>
</div>
% if disable_course_creation and settings.MITX_FEATURES.get('STAFF_EMAIL',''):
<divclass="bit">
<h3class="title title-3">${_('Can I author courses in Studio?')}</h3>
<p>${_('In order to create courses in Studio, you must')} <ahref="mailto:${settings.MITX_FEATURES.get('STAFF_EMAIL','')}">${_("contact edX staff to help you create a course")}</a></p>
</div>
% endif
% else:
<divclass="bit">
<h3class="title title-3">${_('Need help?')}</h3>
<p>${_('Please check your Junk or Spam folders in case our email isn\'t in your INBOX. Still can\'t find the verification email? Request help via the link below.')}</p>
<olclass='list-actions'>
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="Use our feedback tool, Tender, to share your feedback">Request help with your Studio account</a>
</li>
</ol>
</div>
% endif
</aside>
</section>
</div>
<divclass="wrapper-content wrapper">
<!-- if user is verified/registered studio user -->
${_("In order to start authoring courses using edX Studio, please click on the activation link in your email.")}
</p>
</div>
% if not disable_course_creation and course_creator_status != "granted":
<divclass="wrapper wrapper-authorshiprights">
<h3class="title">
<ahref="#instruction-authorshiprights"class="ui-toggle-control show-authorshiprights"><spanclass="label">${_('Becoming a Course Author in Studio')}</span><iclass="icon-remove-sign"></i></a>
<p>${_('edX Studio is a hosted solution for our xConsortium partners and selected guests. Courses for which you are a team member appear above for you to edit, while Course Authorship privileges are granted by edX. Our team will evaluate your request and provide you feedback within 24 hours during the work week.')}</p>
<p>${_('If you are new to Studio and having trouble getting started, there are a few things that may be of help:')}</p>
<olclass="list-actions">
<liclass="action-item">
<ahref="http://files.edx.org/Getting_Started_with_Studio.pdf"title="This is a PDF Document">${_('Get started by reading Studio\'s Documentation')}</a>
</li>
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="Use our feedback tool, Tender, to request help">${_('Request help with Studio')}</a>
</li>
</ol>
</div>
% if disable_course_creation and settings.MITX_FEATURES.get('STAFF_EMAIL',''):
<divclass="bit">
<h3class="title title-3">${_('Can I create courses in Studio?')}</h3>
<p>${_('In order to create courses in Studio, you must')} <ahref="mailto:${settings.MITX_FEATURES.get('STAFF_EMAIL','')}">${_("contact edX staff to help you create a course")}</a></p>
</div>
% endif
% if not disable_course_creation and course_creator_status = "unrequested":
<divclass="bit">
<h3class="title title-3">${_('Can I create courses in Studio?')}</h3>
<p>${_('In order to create courses in Studio, you must have authorship rights to create your own course.')}</p>
</div>
% elif not disable_course_creation and course_creator_status = "denied":
<divclass="bit">
<h3class="title title-3">${_('Can I create courses in Studio?')}</h3>
<p>${_('Your request to author courses in studio has been denied. Please')} <ahref="http://help.edge.edx.org/discussion/new"class="show-tender">${_('contact edX Staff with further questions')}</a></p>
</div>
% endif
</aside>
</section>
<!-- if user is not verified/registered studio user -->
% else:
<sectionclass="content">
<articleclass="content-primary"role="main">
<divclass="introduction">
<h2class="title">${_("Thanks for signing up, %(name)s!") % dict(name= user.username)}</h2>
<h3class="title">${_('We need to verify your email address')}</h3>
<divclass="copy">
<p>${_('Almost there! In order to complete your sign up we need you verify your $emailaddress email address. An activation message and next steps should be waiting for you there.')}</p>
<p>${_('Please check your Junk or Spam folders in case our email isn\'t in your INBOX. Still can\'t find the verification email? Request help via the link below.')}</p>
<olclass='list-actions'>
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="Use our feedback tool, Tender, to request help">Request help with your Studio account</a>