{% endif %}
{% set lesson_index = get_lesson_index(membership.current_lesson) if membership and
membership.current_lesson else "1.1" if first_lesson_exists(course.name) else None %}
{% if show_start_learing_cta %}
{{ _("Start Learning") }}
{% elif is_instructor(course.name) and not course.published and course.status == "Under Review" %}
{{ _("Submit for Review") }}
{% elif is_instructor(course.name) and lesson_index %}
{{ _("Checkout Course") }}
{% elif course.upcoming and not is_user_interested %}