{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load django_markup %} {% load static %} {% load ace %} {% block preview_text %} {% if course_ids|length > 1 %} {% filter force_escape %} {% 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 %} {% endfilter %} {% else %} {% filter force_escape %} {% 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 %} {% endfilter %} {% endif %} {% endblock %} {% block content %}
{% trans "Upgrade now" as tmsg %}{{ tmsg | force_escape }}{% if course_ids|length > 1 %} {% blocktrans trimmed asvar tmsg %} We hope you are enjoying learning with us so far on {start_strong}{{ platform_name }}{end_strong}! A verified certificate allows you to highlight your new knowledge and skills. An {{ platform_name }} certificate is official and easily shareable. {% endblocktrans %} {% interpolate_html tmsg start_strong=''|safe end_strong=''|safe %} {% else %} {% blocktrans trimmed asvar tmsg %} We hope you are enjoying learning with us so far in {start_strong}{first_course_name}{end_strong}! A verified certificate allows you to highlight your new knowledge and skills. An {platform_name} certificate is official and easily shareable. {% endblocktrans %} {% interpolate_html tmsg start_strong=''|safe end_strong=''|safe first_course_name=first_course_name|force_escape|safe platform_name=platform_name|force_escape|safe %} {% endif %} {% blocktrans trimmed asvar tmsg %} Upgrade by {start_strong}{{ user_schedule_upgrade_deadline_time }}{end_strong}. {% endblocktrans %} {% interpolate_html tmsg start_strong=''|safe end_strong=''|safe %} {% if course_ids|length > 1 and course_ids|length < 10 %}{% trans "You are eligible to upgrade in these courses:" as tmsg %}{{ tmsg | force_escape }}
{# 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" as tmsg %}{{ tmsg | force_escape }} |