{% load i18n %}

{% 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 visiting the link below:" %}
{{ verification_link }}

{% if support_imap_interface %}
{% blocktranslate %}Alternatively, you can also verify your email by sending the verification code {{ verification_code }} via an email to {{ imap_email_address }}.{% endblocktranslate %}
{% endif %}

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

{% translate "Best Regards," %}
{{ organization_name }}
