{% extends 'schedules/edx_ace/common/base_body.html' %} {% load i18n %} {% block preview_text %} {% if courses|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 courses|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 %}

1 %} href="{{ dashboard_url }}" {% else %} href="{{ course_url }}" {% endif %} style=" color: #ffffff; text-decoration: none; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; background-color: #005686; border-top: 10px solid #005686; border-bottom: 10px solid #005686; border-right: 16px solid #005686; border-left: 16px solid #005686; display: inline-block; "> {% trans "Keep learning" %}

{% endblock %}