{% load i18n %} {% if studio_count > 0 %}
{% trans "The following courses are ready for a Studio URL." %}
| {% trans "Course Name" %} | {% trans "Organization" %} | {% trans "Start Date" %} | {% trans "Course Number" %} | {% trans "Studio Course Run Key" %} |
|---|---|---|---|---|
| {{ course_run.title }} | {% if course_run.course.organizations.first %}{{ course_run.course.organizations.first.key }}{% endif %} | {{ course_run.start|date:"Y-m-d" }} | {{ course_run.number }} |