From 4930070ecb438c57fa51351a64ecf59531f2d662 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Tue, 7 Jan 2025 16:00:48 -0500 Subject: [PATCH] Scripts --- .../Walmart Spark Prod/courses.html.liquid | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Custom_Templates/customer_templates/Walmart Spark Prod/courses.html.liquid b/Custom_Templates/customer_templates/Walmart Spark Prod/courses.html.liquid index 17945ed6..d62d825d 100644 --- a/Custom_Templates/customer_templates/Walmart Spark Prod/courses.html.liquid +++ b/Custom_Templates/customer_templates/Walmart Spark Prod/courses.html.liquid @@ -77,7 +77,14 @@ {% endif %} {% for course in enrolled_courses %} {% if course.properties.is_recommended_course == true %} - {% if course.properties.access_level == current_person.properties.access_level %} + {% if course.properties.access_level == "BOTH" %} +
+ {% include "cards_course" with course %} +
+ {% elsif course.properties.access_level == current_person.properties.access_level %}