diff --git a/cms/templates/index.html b/cms/templates/index.html index 6a29ee2b6d..e17fc70f80 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -35,41 +35,41 @@ <%block name="content"> -
-
-

${_("My Courses")}

+
+
+

${_("My Courses")}

+ % if user.is_active: + + % endif +
+
+ +
+
+
-
- -
-
-

- ${_("Welcome, %(name)s") % dict(name= user.username)}. - ${_("Here are all of the courses you are currently authoring in Studio:")}

-
-
-
+

${_("Welcome, %(name)s!") % dict(name= user.username)}

-
-
-
- % if user.is_active: +
+

${_("Here are all of the courses you currently have access to in Studio:")}

+
+
+ +
- % else: -
-

- ${_("In order to start authoring courses using edX Studio, please click on the activation link in your email.")} -

+
+ + % else: +
+

${_("Thanks for signing up, %(name)s!") % dict(name= user.username)}

+
+ +
+
+

${_('We need to verify your email address')}

+
+

${_('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.')}

+
+
+ % endif + + +
-
+ + % else: +
+

${_('Need help?')}

+

${_('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.')}

+ +
    +
  1. + Request help with your Studio account +
  2. +
+
+ % endif + + + + + +
+ + + % if user.is_active: +
+
+
+

${_("Welcome, %(name)s!") % dict(name= user.username)}

+ +
+

${_("Here are all of the courses you currently have access to in Studio:")}

+
+
+ +
+
    + %for course, url, lms_link in sorted(courses, key=lambda s: s[0].lower() if s[0] is not None else ''): +
  • + + ${course} + + View Live +
  • + %endfor +
+
+ + % if not disable_course_creation and course_creator_status != "granted": +
+

+ ${_('Becoming a Course Author in Studio')} +

+ +
+
+

${_('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.')}

+
+ + + %if course_creator_status = "unrequested": +
+

${_('Your Authorship Request Status:')}

+ + +
+ + %elif course_creator_status = "pending": +
+

${_('Your Authorship Request Status:')}

+ +
+
${_('Your authorship request is:')}
+
+ + ${_('Pending')} + ${_('Your request is currently being reviewed by edX staff and should be updated shortly.')} +
+
+
+ + %elif course_creator_status = "denied": +
+

${_('Your Authorship Request Status:')}

+ +
+
${_('Your authorship request is:')}
+
+ + ${_('Denied')} + ${_('Your request did not meet the criteria/guidelines specified by edX Staff.')} +
+
+
+ % endif +
+
+ % endif +
+ + +
+ + + + % else: +
+
+
+

${_("Thanks for signing up, %(name)s!") % dict(name= user.username)}

+
+ +
+
+

${_('We need to verify your email address')}

+
+

${_('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.')}

+
+
+
+
+ + +
+ + %endif +