{% load i18n %}
{% 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 %}
    {% trans "Keep learning" %} <{{dashboard_url}}>
{% 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 %}
    {% trans "Keep learning" %} <{{course_url}}>
{% endif %}
{% if show_upsell %}
{% blocktrans trimmed %}
    Don't miss the opportunity to highlight your new knowledge and skills by earning a verified
    certificate. Upgrade by {{ user_schedule_upgrade_deadline_time }}.

    Upgrade Now! <{{ upsell_link }}>
{% endblocktrans %}
{% endif %}
