{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load django_markup %} {% load static %} {% block table_style %} style=" font-family: Inter, Arial, sans-serif !important; font-size: 1em; line-height: 1.5; max-width: 600px; border: 10px solid white; " {% endblock %} {% block main_style %} style=" padding-bottom: 30px; box-shadow: 0 1px 5px rgba(0,0,0,0.25); " {% endblock %} {% block content %} {# email client support for style sheets is pretty spotty, so we have to inline all of these styles #} {# we're using important below to override inline styles and my understanding is for email clients where media queries do not work, they'll simply see the desktop css on their phone #}
{% include "goal_reminder_banner.html" %}
 

{% filter force_escape %}{% blocktrans %} There’s still time to reach your goal {% endblocktrans %}{% endfilter %}

{% filter force_escape %} {% blocktrans count count=days_per_week asvar goal_text %} You set a goal of learning {start_bold}{{days_per_week}} time a week in {{course_name}}{end_bold}. You’re not quite there, but there's still time to reach that goal! {% plural %} You set a goal of learning {start_bold}{{days_per_week}} times a week in {{course_name}}{end_bold}. You're not quite there, but there's still time to reach that goal! {% endblocktrans %} {% endfilter %} {% interpolate_html goal_text start_bold=''|safe end_bold=''|safe %}

{% filter force_escape %}{% blocktrans %} Jump back in {% endblocktrans %}{% endfilter %}


{% filter force_escape %}{% blocktrans %} Remember, you can always change your learning goal. The best goal is one that you can stick to. {% endblocktrans %}{% endfilter %}

{% filter force_escape %}{% blocktrans %} Adjust my goal {% endblocktrans %}{% endfilter %}
{% filter force_escape %}{% blocktrans %} Unsubscribe from goal reminder emails for this course {% endblocktrans %}{% endfilter %}
{% endblock %}