<p>${_("Here are all of the courses you currently have access to in Studio:")}</p>
%if len(courses) > 0:
<p>${_("Here are all of the courses you currently have access to in Studio:")}</p>
%else:
<!-- TODO: update this copy -->
<p>${_("Sorry, you don't have any courses!")}</p>
%endif
</div>
</div>
</div>
</div>
<divclass="my-classes">
<divclass="my-classes">
...
@@ -103,20 +118,21 @@
...
@@ -103,20 +118,21 @@
<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>${_('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>
% if not disable_course_creation and course_creator_status = "unrequested":
% if not disable_course_creation and course_creator_status == "unrequested":
<divclass="bit">
<divclass="bit">
<h3class="title title-3">${_('Can I create courses in Studio?')}</h3>
<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>
<p>${_('In order to create courses in Studio, you must have authorship rights to create your own course.')}</p>
</div>
</div>
<!-- if request is denied -->
<!-- if request is denied -->
% elif not disable_course_creation and course_creator_status = "denied":
% elif not disable_course_creation and course_creator_status == "denied":
<divclass="bit">
<divclass="bit">
<h3class="title title-3">${_('Can I create courses in Studio?')}</h3>
<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>
<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>
...
@@ -204,7 +220,7 @@
...
@@ -204,7 +220,7 @@
<divclass="msg">
<divclass="msg">
<h3class="title">${_('We need to verify your email address')}</h3>
<h3class="title">${_('We need to verify your email address')}</h3>
<divclass="copy">
<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>${_('Almost there! In order to complete your sign up we need you verify your email address (%(email)s). An activation message and next steps should be waiting for you there.') % dict(email=user.email)}</p>