% 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>
<h3class="title">${_("Are you staff on an existing Studio course?")}</h3>
<divclass="copy">
<p>${_('You will need to be added to the course in Studio by the course creator. Please get in touch with the course creator or administrator for the specific course you are helping to author.')}</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 course_creator_status == "granted":
<divclass="notice-item has-actions">
<divclass="msg">
<h3class="title">${_('Create Your First Course')}</h3>
<divclass="copy">
<p>${_('Your new course is just a click away!')}</p>
<ahref="#"class="action-primary action-create action-create-course new-course-button"><iclass="icon-plus icon-inline"></i> ${_('Create Your First Course')}</a>
</li>
</ul>
</div>
% endif
<ulclass="list-actions">
<liclass="action-item">
<ahref="#"class="action-primary action-request">${_('Request the Ability to Author Courses')}</a>
<spanclass="value-description">${_('Your request did not meet the criteria/guidelines specified by edX Staff.')}</span>
</dd>
</dl>
</div>
% endif
%if course_creator_status == "unrequested":
<divclass="wrapper wrapper-creationrights">
<h3class="title">
<ahref="#instruction-creationrights"class="ui-toggle-control show-creationrights"><spanclass="label">${_('Becoming a Course Creator 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 creator privileges are granted by edX. Our team will evaluate your request and provide you feedback within 24 hours during the work week.')}</p>
<buttontype="submit"id="request-coursecreator-submit"name="request-coursecreator-submit"class="action-primary action-request">${_('Request the Ability to Create Courses')}</button>
<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 creator privileges are granted by edX. Our team is has completed evaluating your request.')}</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 creator privileges are granted by edX. Our team is currently evaluating your request.')}</p>
<!-- if course creation happens through edX staff -->
% if disable_course_creation and settings.MITX_FEATURES.get('STAFF_EMAIL',''):
% if course_creator_status=='disallowed_for_this_site' 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 request is unrequested -->
% if not disable_course_creation and course_creator_status = "unrequested":
% if 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>
<p>${_('In order to create courses in Studio, you must have course creator privileges to create your own course.')}</p>
</div>
<!-- if request is denied -->
% elif not disable_course_creation and course_creator_status = "denied":
% elif 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>
...
...
@@ -192,7 +258,6 @@
</section>
<!-- if user is not verified/registered studio user -->
% else:
<sectionclass="content">
<articleclass="content-primary"role="main">
...
...
@@ -204,7 +269,7 @@
<divclass="msg">
<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>${_('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>