{% load i18n %} {% if preview_count == 0 %}
{% trans "About page previews for the following course runs are available for course team review. After the course team approves the preview, the edX marketing team will publish the About page for the course run on edx.org. The course team will receive an email message when the About page has been published." %}
| {% trans "Course Name" %} | {% trans "Organization" %} | {% trans "Status" %} | {% trans "Preview URL" %} |
|---|---|---|---|
| {{ course_run.title }} | {% if course_run.course.organizations.first %}{{ course_run.course.organizations.first.key }}{% endif %} | {% if not course_run.preview_url %} {% trans "Preview Requested" %} {% elif course_run.course_run_state.preview_accepted %} {% trans "Approved" %} {% else %} {% trans "In Review" %} {% endif %} | {{ course_run.preview_url }} |