%! from django.utils.translation import ugettext as _ %> <%page expression_filter="h"/>
${_("Thank you for enrolling in {course_names}. We hope you enjoy the course.").format(course_names=course_names)}
% else:${_("Thank you for enrolling in:")}
${course_names}${_("We hope you enjoy the course.")}
% endif % if allow_donations:${_("{platform_name} is a nonprofit bringing high-quality education to everyone, everywhere. " "Your help allows us to continuously improve the learning experience for millions and " "make a better future one learner at a time.").format(platform_name=platform_name)}
% endif