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

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

{% trans "Account Activation" %}

{% 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 %}

{% trans "Activate Your Account" as course_cta_text %} {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=confirm_activation_link %}

{% blocktrans %}Enjoy learning with {{ platform_name }}.{% endblocktrans %}

{% blocktrans %}If you need help, please use our web form at {{ support_url }} or email {{ support_email }}.{% endblocktrans %}

{% 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 %}

{% endblock %}