{% extends 'schedules/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% load ace %} {% block preview_text %} {% if course_ids|length > 1 %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far on {{ platform_name }}! A verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily shareable. Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %} {% else %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far in {{ first_course_name }}! A verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily shareable. Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %} {% endif %} {% endblock %} {% block content %}

{% trans "Upgrade now" %}

{% if course_ids|length > 1 %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far on {{ platform_name }}! A verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily shareable. {% endblocktrans %} {% else %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far in {{ first_course_name }}! A verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily shareable. {% endblocktrans %} {% endif %}

{% blocktrans trimmed %} Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %}

{% if course_ids|length > 1 and course_ids|length < 10 %}

{% trans "You are eligible to upgrade in these courses:" %}

{% endif %} {% trans 'Example of a verified certificate' %}

{# email client support for style sheets is pretty spotty, so we have to inline all of these styles #} {# old email clients require the use of the font tag :( #} {% trans "Upgrade now" %}

{% endblock %}