{% extends "emails/base.html" %} {% load i18n %} {% block content %}

{% translate "Welcome!" %}

{% translate "Hello there," %}

{% blocktranslate %}Congratulations on enrolling in {{ course_title }}!{% endblocktranslate %} {% translate "We're excited to have you join our learning community." %}

{% translate "To get started, please verify your email address by clicking the button below:" %}

{% translate "Verify Your Email Address" %}
{% if support_imap_interface %}

{% translate "Alternative Verification Method" %}

{% blocktranslate %}You can also verify your email by sending a message to {{ imap_email_address }}{% endblocktranslate %} {% translate "with your verification code in the subject line or email body." %} {% translate "Simply forward this email to complete the verification process." %}

{% translate "Verification Code:" %} {{ verification_code }}

{% endif %}

{% translate "If you didn't sign up for this course, you can safely ignore this email." %}

{% translate "Best regards," %}

{{ organization_name }}

{% endblock %}