{% extends 'schedules/edx_ace/common/base_body.html' %} {% load i18n %} {% block preview_text %} {% if course_ids|length > 1 %} {% blocktrans trimmed %} Many {{ platform_name }} learners are completing more problems every week, and participating in the discussion forums. What do you want to do to keep learning? {% endblocktrans %} {% else %} {% blocktrans trimmed %} Many {{ platform_name }} learners in {{course_name}} are completing more problems every week, and participating in the discussion forums. What do you want to do to keep learning? {% endblocktrans %} {% endif %} {% endblock %} {% block content %}

{% trans "Keep up the momentum!" %}

{% if course_ids|length > 1 %} {% blocktrans trimmed %} Many edX learners are completing more problems every week, and participating in the discussion forums. What do you want to do to keep learning? {% endblocktrans %} {% else %} {% blocktrans trimmed %} Many edX learners in {{course_name}} are completing more problems every week, and participating in the discussion forums. What do you want to do to keep learning? {% endblocktrans %} {% endif %}

{% trans "Keep learning" 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"%}
{% endblock %}