{{ _("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 %}
{{ _("Notify me when available") }}
{% else %}
{{ _("Start Learning") }}
{% endif %}
{% endif %}