{% load i18n %} {% if studio_count > 0 %}
{% trans "The list below are the courses that need a studio instance to start development." %}
| {% 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.name }}{% endif %} | {{ course_run.start|date:"Y-m-d" }} | {{ course_run.number }} |
{% trans "There are no course-runs require studio instance." %}