{% extends 'publisher/base.html' %} {% load i18n %} {% block title %} {% trans "Courses" %} {% endblock title %} {% block page_content %}
| {% trans "Course Name" %} | {% trans "Institution" %} | {% trans "Project Coordinator" %} | {% trans "Runs" %} | |
|---|---|---|---|---|
| {% if publisher_hide_features_for_pilot %} {{ course.title }} {% else %} {{ course.title }} {% endif %} | {% if course.organizations.first %}{{ course.organizations.first.name }}{% endif %} | {{ course.project_coordinator.full_name }} | {{ course.publisher_course_runs.count }} | {% if not publisher_hide_features_for_pilot %}{% trans "Edit" %} | {% endif %}