{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% block content %}

{% blocktrans %}You have been invited to {{ course_name }}{% endblocktrans %}

{% blocktrans %}You have been invited to join {{ course_name }} at {{ site_name }} by a member of the course staff.{% endblocktrans %}

{% if is_shib_course %} {% if auto_enroll %}

{% blocktrans %}To access this course click on the button below and login:{% endblocktrans %}

{% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_name course_cta_url=course_url %} {% elif course_about_url is not None %}

{% blocktrans %}To access this course visit it and register:{% endblocktrans %}

{% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_name course_cta_url=course_about_url %} {% endif %} {% else %}

{% blocktrans %}Please finish your registration and fill out the registration form making sure to use {{ email_address }} in the Email field:{% endblocktrans %}

{% trans "Finish Your Registration" as button_cta_text %} {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=button_cta_text course_cta_url=registration_url %}

{% if auto_enroll %} {% blocktrans %}Once you have registered and activated your account, you will see {{ course_name }} listed on your dashboard.{% endblocktrans %} {% elif course_about_url is not None %} {% blocktrans %}Once you have registered and activated your account, you will be able to access this course:{% endblocktrans %} {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_name course_cta_url=course_about_url %} {% else %} {% blocktrans %}You can then enroll in {{ course_name }}.{% endblocktrans %} {% endif %}

{% endif %}

{% blocktrans %}This email was automatically sent from {{ site_name }} to {{ email_address }}{% endblocktrans %}

{% endblock %}