${_('You can no longer access this course because payment has not yet been received. you can <ahref="#">contact the account holder</a> to request payment, or you can')}
<p><b>${_("A CSV file of your registration URLs is attached. Please distribute registration URLs to each student planning to enroll using the email template below.")}</b></p>
<p>${_("Warm regards,")}<br>
% if payment_email_signature:
# Translators: This is followed by the instructor or course team name (so could be singular or plural)
# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.
<p>${_("Dear [[Name]]")}</p>
<p>To enroll in ${course_names} we have provided a registration URL for you. Please follow the instructions below to claim your access.</p>
<p>${_("To enroll in ${course_names} we have provided a registration URL for you. Please follow the instructions below to claim your access.")}</p>
<p>Your redeem url is: [[Enter Redeem URL here from the attached CSV]]</p>
# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.
<p>${_("Your redeem url is: [[Enter Redeem URL here from the attached CSV]]")}</p>
<p>${_("(1) Register for an account at <a href='https://{site_name}' >https://{site_name}</a>.").format(site_name=site_name)}<br>
<p>${_("(1) Register for an account at {site_name}").format(site_name=u"<a href='https://{sn}'>https://{sn}</a>".format(sn=site_name))}<br>
${_("(2) Once registered, copy the redeem URL and paste it in your web browser.")}<br>
${_("(3) On the enrollment confirmation page, Click the 'Activate Enrollment Code' button. This will show the enrollment confirmation.")}<br>
${_("(4) You should be able to click on 'view course' button or see your course on your student dashboard at <a href='https://{dashboard_url}'>https://{dashboard_url}</a>").format(dashboard_url=dashboard_url)}<br>
${_("(4) You should be able to click on 'view course' button or see your course on your student dashboard at {url}").format(
${_("(5) Course materials will not be available until the course start date.")}</p>
<p>Sincerely,</p>
<p>[[Your Signature]]</p>
# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use. Please also keep the <p> and </p> HTML tags in place.
@@ -6,26 +6,29 @@ ${_("An invoice for {currency_symbol}{total_price} is attached. Payment is due i
${_("A CSV file of your registration codes is attached. Please distribute registration codes to each student planning to enroll using the email template below.")}
"The {platform_name} Team").format(platform_name=platform_name)}
———————————————————————————————————————————
# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.
${_("Dear [[Name]]:")}
${_("We have provided an enrollment for you in the course {course_name} from {platform_name}. Please follow the instructions below to claim your access.").format(course_name=course.display_name, platform_name=platform_name)}
# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.
${_("Your redeem code is: [[Enter Redeem Code here from the attached CSV]]")}
${_("(1) Register for an account at https://{site_name}.").format(site_name=site_name)}
${_("(2) Once registered, navigate to https://{course_url}").format(course_url=course_url)}
${_("(1) Register for an account at {site_name}.").format(site_name=u"https://{}".format(site_name))}
${_("(2) Once registered, navigate to {course_url}").format(course_url=u"https://{}".format(course_url))}
${_("(3) Click 'Add {course_number} to Cart'").format(course_number=course.display_coursenumber)}
${_("(4) On the shopping cart page, enter your redeem code and click apply code. This will make payment equal to $0.")}
${_("(4) On the shopping cart page, enter your redeem code and click 'Apply Code'. This will make payment equal to $0.")}
${_("(5) Click 'Register'")}
${_("(6) You should be able to see your course on your student dashboard at https://{dashboard_url}").format(dashboard_url=dashboard_url)}
${_("(6) You should be able to see your course on your student dashboard at {dashboard_url}").format(dashboard_url=u"https://{}".format(dashboard_url))}
${_("(7) Course materials will not be available until the course start date.")}
${_("Sincerely,")}
${_("[[Your Signature]]")}
# Translators: please translate the text inside [[ ]]. This is meant as a template for course teams to use.