{% extends 'schedules/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% block preview_text %} {% blocktrans trimmed %} We hope you are enjoying learning with us so far in {{ course_name }}! A verified certificate will allow you to highlight your new knowledge and skills. It's official, and easily shareable. Upgrade by {{ user_schedule_upgrade_deadline_time }}. {% endblocktrans %} {% endblock %} {% block content %}

{% trans "Upgrade now" %}

{% blocktrans trimmed %} We hope you are enjoying learning with us so far in {{ course_name }}! A verified certificate will allow you to highlight your new knowledge and skills. It's official, and easily shareable. {% endblocktrans %}

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

{% trans 'Example print-out 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 %}