{% assign isAuthenticatedUser = false %} {% for group in current_person.groups %} {% if group.name == "All Users" or group.id == "6331d115-ea74-418a-99b2-af5c81208fe1" or group.name == "Internal Zenjob Testing" or group.id == "940a5d24-32af-45f1-8ed4-8a6b4689d9c9" %} {% assign isAuthenticatedUser = true %} {% endif %} {% endfor %} {% if current_person.email contains "+preview" %} {% assign isAuthenticatedUser = true %} {% endif %} {% unless isAuthenticatedUser %}
{{ homepage.headline }}
Ups, hier ist etwas schief gelaufen. Bitte stelle sicher, dass du die aktuellste App Version installiert hast und öffne den Zenjob Online Campus erneut über "Profil" > "Trainings & Equipment". Danach solltest du diese Seite problemlos öffnen können.
{% endunless %} {% if isAuthenticatedUser %} {% assign catalog_courses = courses.in_catalog %} {% include "header", current_page_orgin: "false" %}
{{ homepage.headline }} Welcome to our Zenjob Online Campus!
Hallo {{ current_person.first_name }}, hier bereiten wir dich auf alles vor, was du für deine erste Schicht als wissen musst. Hello {{ current_person.first_name }}, here we prepare you for everything you need to know for your first shift as a
{% for course in catalog_courses %} {% if course.properties.homepage_course %} {% for cat in course.categories %} {% if cat.id == "087ea56d-888b-4e0f-af1f-68627318c841" or cat.id == "9be55234-19c5-4df4-bd1d-03e93f0faf83" or cat.id == "6580e10e-eacf-402d-a330-51d202721cce" or cat.id == "a63019c7-0a46-40bd-bc1b-935c887a4380" or cat.name == "Warenverräumer/in" or cat.name == "Kellner/in" or cat.name == "Kassierer/in" %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% for learning_path in learning_paths.available %} {% assign learning_path_lang = "DE" %} {% for learning_path_cat in learning_path.categories %} {% if learning_path_cat.name == "English" %} {% assign learning_path_lang = "EN" %} {% endif %} {% endfor %} {% for learning_path_cat in learning_path.categories %} {% if learning_path_cat.id == "087ea56d-888b-4e0f-af1f-68627318c841" or learning_path_cat.id == "9be55234-19c5-4df4-bd1d-03e93f0faf83" or learning_path_cat.id == "6580e10e-eacf-402d-a330-51d202721cce" or learning_path_cat.id == "a63019c7-0a46-40bd-bc1b-935c887a4380" or learning_path_cat.name == "Warenverräumer/in" or learning_path_cat.name == "Kellner/in" or learning_path_cat.name == "Kassierer/in" %} {% endif %} {% endfor %} {% endfor %}
{% include "footer" %} {% endif %}