{% set lesson_index = get_lesson_index(membership.current_lesson) if membership and
membership.current_lesson
else '1.1' %}
{% if show_start_learing_cta %}
{{ _("Start Learning") }}
{% elif is_instructor(course.name) and not course.is_published and course.status != "Under Review" %}