{% extends "publisher/email/email_base.html" %} {% load i18n %} {% block body %}

{% comment %}Translators: course_team_name is course team member name.{% endcomment %} {% blocktrans trimmed %} Dear {{ course_team_name }}, {% endblocktrans %}

{% blocktrans with link_start='' link_end='' trimmed %} EdX has {{ updated_text }} a Studio instance for {{ link_start }}{{ course_run_page_url }}{{ link_middle }} {{ course_name }} {{ link_end }}. You can now edit this course and configure your course team in Studio. {% endblocktrans %}

{% blocktrans with link_start='' link_end='' start_tag='' end_tag='' trimmed %} Before edX can announce your course on {{ link_start }}edx.org{{ link_end }}, you need to add the following items {{ start_tag }}both in Publisher and in Studio{{ end_tag }}. {% endblocktrans %}

{% trans "In addition, keep the following items in mind as you build your course." %}

{% comment %}Translators: It's closing of mail.{% endcomment %} {% trans "Thanks," %}
{{ project_coordinator_name }} {% blocktrans trimmed %}

Note: This email address is unable to receive replies. For questions or comments, contact {{ contact_us_email }}.

{% endblocktrans %} {% endblock body %}