{% load i18n %}
{% trans "The following course run previews are available for course team approval. After the course team approves the preview, the edX marketing team will publish the course run on edx.org. The course team will receive an email message when the course run has been published." %}
| {% trans "Course Name" %} | {% trans "Course Number" %} | {% trans "Organization" %} | {% trans "Approved" %} | {% trans "Preview URL" %} |
|---|---|---|---|---|
| {{ course_run.title }} | {{ course_run.number }} | {% if course_run.course.organizations.first %}{{ course_run.course.organizations.first.name }}{% endif %} | {{ course_run.state }} | {{ course_run.preview_url }} |