{{ _("Not Available for Preview") }}
{% if is_user_interested %}
{{ _("You have opted to be notified for this course. You will receive an email when the course becomes available.") }}
{% else %}
{{ _("This lesson is not available for preview. Please join the course to access it.") }}
{% endif %}
{% if not is_user_interested %}
{% if course.upcoming %} {% elif show_start_learing_cta(course, membership) %} {% endif %}
{% endif %}