{% extends 'customer/email_base.html' %} {% load i18n %} {% block body %}
|
|
|
|
{% blocktrans %}Dear {{full_name}},{% endblocktrans %} {% blocktrans %}Thank you for purchasing access to {{course_name}}. Let's get your group ready to learn with edX:{% endblocktrans %}
{% blocktrans with link_start='' link_end='' %}To view your payment information, log in to see your Order History, under {{ link_start }}{{order_history_url}}{{ link_middle }}Account Settings{{ link_end }}.{% endblocktrans %} {% blocktrans with link_start='' link_end='' %}For more information and assistance, contact {{ link_start }}info@edx.org.{{ link_end }}{% endblocktrans %} {% trans "Thank You" %} |
|
|
{% trans "By purchasing, you and your organization agree to the following terms:" %}
|