{% extends 'customer/email_base.html' %} {% load i18n %} {% block body %}

{% blocktrans %}Hi {{full_name}},{% endblocktrans %}


{% blocktrans with course_title=course_title platform_name=platform_name %}Thank you for purchasing {{course_title}}. The charge below will appear on your next credit or debit card statement with a company name of {{platform_name}}.{% endblocktrans %}


{% blocktrans %}You can access your course and complete your verification (if required) on your {{platform_name}} dashboard. {% endblocktrans %}

{% blocktrans %}To explore other great courses, visit the {{platform_name}} website. More courses are added every day!{% endblocktrans %}


{% trans "Thank you. We hope you enjoy the course!" %}

{% blocktrans %}{{platform_name}} team {% endblocktrans %}




{% blocktrans with course_title=course_title platform_name=platform_name %}You are receiving this email because you purchased a seat in the {{platform_name}} course {{course_title}}.{% endblocktrans %}




{% endblock body %}