{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load django_markup %} {% load i18n %} {% load static %} {% block content %} {% if route_enabled %} {% endif %}

{% filter force_escape %} {% blocktrans %}This is a routed Account Activation email for {{ routed_user }} ({{ routed_user_email }}): {{ routed_profile_name }}{% endblocktrans %} {% endfilter %}

{% trans "Account Activation" as header_msg %}{{ header_msg | force_escape }}

{% filter force_escape %} {% blocktrans %}You're almost there! Use the link below to activate your account to access engaging, high-quality {{ platform_name }} courses. Note that you will not be able to log back into your account until you have activated it.{% endblocktrans %} {% endfilter %}

{% filter force_escape %} {% blocktrans asvar course_cta_text %}Activate Your Account{% endblocktrans %} {% endfilter %} {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=confirm_activation_link %}

{% filter force_escape %} {% blocktrans %}Enjoy learning with {{ platform_name }}.{% endblocktrans %} {% endfilter %}

{% blocktrans trimmed asvar assist_msg %} If you need help, please use our web form at {start_anchor_web}{{ support_url }}{end_anchor} or email {start_anchor_email}{{ support_email }}{end_anchor}. {% endblocktrans %} {% interpolate_html assist_msg start_anchor_web=''|safe start_anchor_email=''|safe end_anchor=''|safe %}

{% filter force_escape %} {% blocktrans %}This email message was automatically sent by {{ lms_url }} because someone attempted to create an account on {{ platform_name }} using this email address.{% endblocktrans %} {% endfilter %}

{% endblock %}