- {% if not course.image %}
-
{{ course.title[0] }}
- {% endif %}
-
- {% if course.get_chapters() | length %}
+
+ {% if get_lessons(course.name) | length %}
- {{ course.get_chapters() | length }} {{ _("Chapters") }}
-
- {% endif %}
- {% if course.get_chapters() | length and course.get_upcoming_batches() | length %}
- .
- {% endif %}
- {% if course.get_upcoming_batches() | length %}
-
- {{ course.get_upcoming_batches() | length }} {{ _("Open Batches") }}
+ {{ get_lessons(course.name) | length }} {{ _("Lessons") }}
{% endif %}
{{ course.title }}
-
-
+
+ {% if membership and not read_only %}
+
+
+ {{ progress }} Complete
+
+
+ {{ progress }}% Completed
+ {% endif %}
+
+