{% extends 'schedules/edx_ace/common/base_body.html' %} {% load i18n %} {% block preview_text %} {% blocktrans trimmed %} Welcome to week {{ week_num }} of {{ course_name }}! {% endblocktrans %} {% endblock %} {% block content %}
{% 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 %}
{% 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 %} {% trans "Resume your course now" as course_cta_text %} {% include "schedules/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text%} {% include "schedules/edx_ace/common/upsell_cta.html"%} |