{% load i18n %}

{% blocktrans trimmed %}
We hope you're enjoying {{ course_name }}!
We want to let you know what you can look forward to in week {{ week_num }}:
{% endblocktrans %}

{% for highlight in week_highlights %}
  * {{ highlight }}
{% endfor %}

{% blocktrans trimmed %}
With self-paced courses, you learn on your own schedule. We encourage you to spend time with the course each week.
Your focused attention will pay off in the end!
{% endblocktrans %}
{% include "schedules/edx_ace/common/upsell_cta.txt"%}
