{% extends "emails/base.html" %} {% load i18n %} {% block content %}
{% 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:" %}
{% if support_imap_interface %}{% 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 }}
{% translate "If you didn't sign up for this course, you can safely ignore this email." %}
{% translate "Best regards," %}
{% blocktranslate %}The {{ organization_name }} Team{% endblocktranslate %}