{% extends 'customer/email_base.html' %} {% load i18n %} {% block body %} {% block footer %}{% endblock footer %}
{{partner_name}} Logo {% trans "For Business" %}

{% 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 %}

  1. {% blocktrans with link_start='' link_end=''%}Download and save the {{ link_start }}{{ download_csv_link }}{{ link_middle }} enrollment code file.{{ link_end }}{% endblocktrans %}
  2. {% trans "Distribute one code per learner before the expiration date." %}
  3. {% trans "Pro tip: Track which code is associated with which person." %}
  4. {% trans "Learners sign-in/register with edX and enroll for the course." %}

{% 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" %}

{% endblock body %}