{% 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 an email to {{ imap_email_address }}{% endblocktranslate %} {% blocktranslate %}The subject line should start with verify {{ verification_code }}{% endblocktranslate %}
{% 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 %}