{{ 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 %}