{% set onboarding_status = is_onboarding_complete() %} {% if has_course_moderator_role() and not onboarding_status.is_onboarded %}
{{ _("Skip") }}
{{ _("Get Started") }}
{{ _("Lets start setting up your content on the LMS so that you can reclaim time and focus on growth.") }}
{% endif %}