{% blocktrans %}This is a routed Account Activation email for {{ routed_user }} ({{ routed_user_email }}): {{ routed_profile_name }}{% endblocktrans %}
{% filter force_escape %}
{% blocktrans %}This is a routed Account Activation email for {{ routed_user }} ({{ routed_user_email }}): {{ routed_profile_name }}{% endblocktrans %}
{% endfilter %}
<br/>
</p>
</td>
...
...
@@ -17,28 +20,35 @@
<tr>
<td>
<h1>
{% trans "Account Activation" %}
{% trans "Account Activation" as header_msg %}{{ header_msg | force_escape }}
</h1>
<pstyle="color: rgba(0,0,0,.75);">
{% 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 %}
{% 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 %}
<br/>
</p>
{% trans "Activate Your Account" as course_cta_text %}
{% trans "Activate Your Account" as course_cta_text %}{{ course_cta_text | force_escape }}
{% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=confirm_activation_link %}
</td>
</tr>
<tr>
<td>
<pstyle="color: rgba(0,0,0,.75);">
{% blocktrans %}Enjoy learning with {{ platform_name }}.{% endblocktrans %}
{% filter force_escape %}
{% blocktrans %}Enjoy learning with {{ platform_name }}.{% endblocktrans %}
{% endfilter %}
<br/>
</p>
</td>
</tr>
<td>
<pstyle="color: rgba(0,0,0,.75);">
{% blocktrans %}If you need help, please use our web form at <ahref="{{ support_url }}">{{ support_url }}</a> or email <ahref="mailto:{{ support_email }}">{{ support_email }}</a>.{% endblocktrans %}
{% 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}.
{% 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 %}
{% 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 %}