{% endif %}
{% 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.published and course.status == "Under Review" %}
{{ _("Submit for Review") }}
{% elif is_instructor(course.name) %}
{{ _("Checkout Course") }}
{% elif course.upcoming and not is_user_interested %}