{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load ace %} {% block preview_text %} {% blocktrans trimmed %} We hope you have enjoyed {{first_course_name}}! You lose all access to this course in {{time_until_expiration}}. {% endblocktrans %} {% endblock %} {% block content %}

{% blocktrans trimmed %} We hope you have enjoyed {{first_course_name}}! You lose all access to this course, including your progress, on {{ first_course_expiration_date }} ({{time_until_expiration}}). {% endblocktrans %}

{% blocktrans trimmed %} Upgrade now to get unlimited access and for the chance to earn a verified certificate. {% endblocktrans %}

{% if show_upsell %}

{% trans "Upgrade Now" %}

{% endif %}
{% endblock %}