Categories
- {% if omni %}
-
- {% assign unique_omni_categories = "" %}
- {% for course in courses.in_catalog %}
- {% for category in course.categories %}
- {% if category.name contains 'Omni' %}
- {% unless unique_omni_categories contains category.name %}
-
-
-
-
- {% assign unique_omni_categories = unique_omni_categories | append: category.name %}
- {% endunless %}
- {% endif %}
- {% endfor %}
- {% endfor %}
-
- {% elsif core %}
-
- {% assign unique_core_categories = "" %}
- {% for course in courses.in_catalog %}
- {% if course.name contains '[Core]' %}
- {% for category in course.categories %}
- {% if category.name contains 'Core' %}
- {% unless unique_core_categories contains category.name %}
-
-
-
-
- {% assign unique_core_categories = unique_core_categories | append: category.name %}
- {% endunless %}
- {% endif %}
- {% endfor %}
- {% endif %}
- {% endfor %}
-
- {% elsif log_out %}
-
- {% assign unique_core_categories = "" %}
- {% for course in courses.in_catalog %}
- {% for category in course.categories %}
- {% unless unique_core_categories contains category.name %}
-
-
-
-
- {% assign unique_core_categories = unique_core_categories | append: category.name %}
- {% endunless %}
- {% endfor %}
- {% endfor %}
-
- {% elsif partners %}
-
- {% assign unique_core_categories = "" %}
- {% for course in courses.in_catalog %}
- {% for category in course.categories %}
- {% unless unique_core_categories contains category.name %}
-
-
-
-
- {% assign unique_core_categories = unique_core_categories | append: category.name %}
- {% endunless %}
- {% endfor %}
- {% endfor %}
-
- {% else %}
-
- {% assign unique_core_categories = "" %}
- {% for course in courses.in_catalog %}
- {% for category in course.categories %}
- {% unless unique_core_categories contains category.name %}
-
-
-
-
- {% assign unique_core_categories = unique_core_categories | append: category.name %}
- {% endunless %}
- {% endfor %}
- {% endfor %}
-
- {% endif %}
+
+ {% assign unique_core_categories = "" %}
+ {% for course in courses.in_catalog %}
+ {% for category in course.categories %}
+ {% unless unique_core_categories contains category.name %}
+
+
+
+
+ {% assign unique_core_categories = unique_core_categories | append: category.name %}
+ {% endunless %}
+ {% endfor %}
+ {% endfor %}
+
Course Duration
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_footer.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_footer.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_footer.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_head.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_head.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_head.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_head.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_header_minimal.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_header_minimal.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_header_minimal.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_homepage_testimonials.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_homepage_testimonials.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_homepage_testimonials.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_homepage_testimonials.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_banners.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_banners.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_banners.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_carousel_core.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_carousel_core.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_carousel_core.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_certificate.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_certificate.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_certificate.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_certificate_content.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_certificate_content.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_certificate_content.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_completed_banner.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_completed_banner.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_completed_banner.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_course.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_course.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_course.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_description.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_description.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_description.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_desktop_content.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_desktop_content.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_desktop_content.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_desktop_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_desktop_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_desktop_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_instructors.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_instructors.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_instructors.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_content.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_mobile_content.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_content.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_mobile_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_new_content_banner.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_new_content_banner.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_new_content_banner.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_outline.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_outline.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_outline.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_progress_and_cta.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_progress_and_cta.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_progress_and_cta.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_summary_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_summary_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_summary_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_summary_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_summary_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_summary_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_training_session.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_path_training_session.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_path_training_session.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_paths_index.html.liquid
similarity index 56%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_paths_index.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_learning_paths_index.html.liquid
index 64897f1e..adc5953a 100644
--- a/Custom_Templates/customer_templates/Cin7 Customers Backup/_learning_paths_index.html.liquid
+++ b/Custom_Templates/customer_templates/Cin7 External Backup/_learning_paths_index.html.liquid
@@ -1,17 +1,17 @@
{% if items.any? %}
{% for learning_path in items %}
- {% if partners or both_gorups %}
+ {% if partners or both_gorups %}
{% include "cards_learning_path" with learning_path %}
- {% elsif core %}
- {% if learning_path.name contains 'Core' %}
- {% include "cards_learning_path" with learning_path %}
+ {% elsif core %}
+ {% if learning_path.name contains 'Core' %}
+ {% include "cards_learning_path" with learning_path %}
+ {% endif %}
+ {% elsif omni %}
+ {% if learning_path.name contains 'Omni'%}
+ {% include "cards_learning_path" with learning_path %}
+ {% endif %}
{% endif %}
- {% elsif omni %}
- {% if learning_path.name contains 'Omni'%}
- {% include "cards_learning_path" with learning_path %}
- {% endif %}
- {% endif %}
{% endfor %}
{% else %}
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_messages.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_messages.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_messages.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_messages.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_my_badges_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_my_badges_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_my_badges_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_my_badges_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_my_courses_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_my_courses_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_my_courses_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_my_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_my_learning_paths.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_my_learning_paths.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_my_learning_paths.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_my_learning_paths_and_courses_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_my_learning_paths_and_courses_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_my_learning_paths_and_courses_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_my_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_my_learning_paths_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_my_learning_paths_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_my_learning_paths_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_omni_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_omni_learning_paths_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_omni_learning_paths_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_omni_learning_paths_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_search_result.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_search_result.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_search_result.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_search_result.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_search_zero_state.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_search_zero_state.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_search_zero_state.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_starting_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_starting_learning_paths.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_starting_learning_paths.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_starting_learning_paths.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_sub_navigation.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_sub_navigation.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_sub_navigation.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_events_dashboard.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_events_dashboard.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_events_dashboard.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_events_filter.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_events_filter.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_events_filter.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_events_index.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_events_index.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_events_index.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_events_zero_state.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_events_zero_state.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_events_zero_state.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_calendars.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_calendars.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_calendars.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_cta.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_cta.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_cta.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_date.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_date.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_date.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_description.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_description.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_description.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_details.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_details.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_details.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_more_sessions.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_more_sessions.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_more_sessions.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/_training_session_tile.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/_training_session_tile.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/_training_session_tile.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/account.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/account.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/account.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/account.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/auth_url_email.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/auth_url_email.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/auth_url_email.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/auth_url_employee.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/auth_url_employee.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/auth_url_employee.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/auth_url_phone_number.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/auth_url_phone_number.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/auth_url_phone_number.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/auth_url_terms.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/auth_url_terms.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/auth_url_terms.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/catalog.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/catalog.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/catalog.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/course.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/course.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/course.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/course.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/courses-category.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/courses-category.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/courses-category.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/courses.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/courses.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/courses.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/dashboard.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/dashboard.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/dashboard.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/forgot_password.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/forgot_password.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/forgot_password.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/forgot_password.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/homepage.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/homepage.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/homepage.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/learning_path.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/learning_path.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/learning_path.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/learning_path_summary.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/learning_path_summary.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/learning_path_summary.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/learning_paths.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/learning_paths.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/learning_paths.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/login.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/login.html.liquid
similarity index 91%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/login.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/login.html.liquid
index ac9c48ee..9eba841e 100644
--- a/Custom_Templates/customer_templates/Cin7 Customers Backup/login.html.liquid
+++ b/Custom_Templates/customer_templates/Cin7 External Backup/login.html.liquid
@@ -34,9 +34,8 @@
{% t .forgot_password %}
{% if features.account_creation? %}
- {% comment %}
- {% t shared.sign_up %}
- {% endcomment %}
+
+
{% endif %}
{% if features.request_access? %}
- {% comment %}
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/styles.css.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/styles.css.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/styles.css.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/training_events.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/training_events.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/training_events.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/training_session.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/training_session.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/training_session.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/training_session_attendance.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/training_session_attendance.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/training_session_attendance.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Cin7 External Backup/unsubscribe.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/unsubscribe.html.liquid
rename to Custom_Templates/customer_templates/Cin7 External Backup/unsubscribe.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid
new file mode 100644
index 00000000..fe09b3d2
--- /dev/null
+++ b/Custom_Templates/customer_templates/Cin7 External/commerce_catalog.html.liquid
@@ -0,0 +1,59 @@
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.in_catalog %}
+
+
+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %}
+
+
+
+ {% include "courses_catalog" %}
+
+
+
+{% include "footer" %}
+
+
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_account_avatar.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_account_avatar.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_account_avatar.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_account_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_account_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_account_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_account_form.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_account_form.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_account_form.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_account_form.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_account_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_account_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_account_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_badges_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_badges_cards.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_badges_cards.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_badges_cards.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_cards_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_course.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_cards_course.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_cards_course.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_cards_learning_path.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_cards_learning_path_homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path_homepage.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_cards_learning_path_homepage.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_cards_learning_path_homepage.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_cards_training_event.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_cards_training_event.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_cards_training_event.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_category_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_cards.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_category_cards.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_category_cards.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_category_cards_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_cards_core.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_category_cards_core.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_category_cards_core.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_category_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_category_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_category_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_category_carousel_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_category_carousel_core.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_category_carousel_core.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_category_carousel_core.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_info_column.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_certificates_info_column.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_certificates_info_column.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_metadata.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_certificates_metadata.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_certificates_metadata.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_preview.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_certificates_preview.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_certificates_preview.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_top_bar.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_certificates_top_bar.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_certificates_top_bar.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_certificates_verification.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_certificates_verification.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_certificates_verification.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_activity_locked.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_activity_locked.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_activity_locked.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_activity_unlocked.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_activity_unlocked.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_activity_unlocked.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_categories.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_categories.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_categories.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_categories.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_description.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_description.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_description.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_events.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_events.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_events.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_instructors.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_instructors.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_instructors.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_outline.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_outline.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_outline.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_progress_and_cta.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_progress_and_cta.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_progress_and_cta.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_alert.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_version_outdated_alert.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_alert.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_popup.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_course_version_outdated_popup.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_course_version_outdated_popup.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_catalog.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_courses_catalog.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_courses_catalog.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_courses_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_index.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_courses_index.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_courses_index.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_courses_zero_state.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_courses_zero_state.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_courses_zero_state.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_featured_courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_featured_courses.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_featured_courses.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_featured_courses.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filter_checkbox.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_filter_checkbox.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_filter_checkbox.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filter_dropdown.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_filter_dropdown.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_filter_dropdown.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_filter_select.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filter_select.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_filter_select.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_filter_select.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_filters_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filters_catalog.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_filters_catalog.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_filters_catalog.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_filters_lp.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_filters_lp.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_filters_lp.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_filters_lp.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_footer.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_footer.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_footer.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_footer.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_head.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_head.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_head.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_head.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_header_minimal.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_header_minimal.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_header_minimal.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_header_minimal.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_homepage_testimonials.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_homepage_testimonials.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_homepage_testimonials.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_homepage_testimonials.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_banners.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_banners.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_banners.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_certificate.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_certificate_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate_content.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_certificate_content.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_certificate_content.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_completed_banner.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_completed_banner.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_completed_banner.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_course.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_course.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_course.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_description.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_description.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_description.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_content.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_desktop_content.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_content.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_desktop_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_instructors.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_instructors.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_instructors.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_content.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_mobile_content.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_content.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_mobile_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_new_content_banner.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_new_content_banner.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_new_content_banner.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_outline.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_outline.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_outline.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_progress_and_cta.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_progress_and_cta.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_progress_and_cta.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_summary_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_summary_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_summary_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_path_training_session.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_path_training_session.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_path_training_session.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_learning_paths_index.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_learning_paths_index.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_learning_paths_index.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_messages.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_messages.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_messages.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_messages.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_my_badges_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_badges_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_my_badges_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_my_badges_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_my_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_courses_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_my_courses_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_my_courses_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_my_learning_paths_and_courses_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_and_courses_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_my_learning_paths_and_courses_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_and_courses_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_my_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_my_learning_paths_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_my_learning_paths_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_omni_learning_paths_carousel.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_omni_learning_paths_carousel.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_omni_learning_paths_carousel.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_omni_learning_paths_carousel.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_search_result.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_search_result.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_search_result.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_search_result.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_search_zero_state.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_search_zero_state.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_search_zero_state.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_starting_learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_starting_learning_paths.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_starting_learning_paths.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_starting_learning_paths.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_sub_navigation.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_sub_navigation.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_sub_navigation.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_dashboard.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_events_dashboard.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_events_dashboard.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_filter.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_events_filter.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_events_filter.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_index.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_events_index.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_events_index.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_events_zero_state.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_events_zero_state.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_events_zero_state.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_calendars.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_calendars.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_calendars.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_cta.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_cta.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_cta.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_date.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_date.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_date.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_date.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_description.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_description.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_description.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_description.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_details.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_details.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_details.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_details.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_header.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_header.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_header.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_header.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_more_sessions.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_more_sessions.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_more_sessions.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/_training_session_tile.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/_training_session_tile.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/_training_session_tile.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/account.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/account.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/account.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/account.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_email.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/auth_url_email.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/auth_url_email.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/auth_url_employee.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_employee.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/auth_url_employee.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/auth_url_employee.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/auth_url_phone_number.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_phone_number.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/auth_url_phone_number.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/auth_url_phone_number.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/auth_url_terms.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/auth_url_terms.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/auth_url_terms.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/auth_url_terms.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/catalog.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/catalog.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/catalog.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid
new file mode 100644
index 00000000..497c31d3
--- /dev/null
+++ b/Custom_Templates/customer_templates/Cin7 Internal/commerce_catalog.html.liquid
@@ -0,0 +1,61 @@
+
+
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.in_catalog %}
+
+
+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %}
+
+
+
+ {% include "courses_catalog" %}
+
+
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/course.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/course.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/course.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/course.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/courses-category.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/courses-category.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/courses-category.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/courses.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/courses.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/courses.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/dashboard.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/dashboard.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/dashboard.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/forgot_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/forgot_password.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/forgot_password.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/forgot_password.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/homepage.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/homepage.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/homepage.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_path.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/learning_path.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/learning_path.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_path_summary.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/learning_path_summary.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/learning_path_summary.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/learning_paths.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/learning_paths.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/learning_paths.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/login.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/login.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/login.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/login.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/master.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/master.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/master.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/master.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/not_found.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/not_found.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/not_found.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/not_found.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/private_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/private_certificate.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/private_certificate.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/private_certificate.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/public_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/public_certificate.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/public_certificate.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/public_certificate.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/reset_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/reset_password.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/reset_password.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/reset_password.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/search.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/search.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/search.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/search.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/sign_up.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/sign_up.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/sign_up.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/sign_up.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 Internal/styles.css.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/styles.css.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/styles.css.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_events.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/training_events.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/training_events.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_session.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/training_session.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/training_session.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/training_session_attendance.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/training_session_attendance.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/training_session_attendance.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Employees/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Cin7 Internal/unsubscribe.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Employees/unsubscribe.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Internal/unsubscribe.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Sandbox/.DS_Store b/Custom_Templates/customer_templates/Cin7 Sandbox/.DS_Store
new file mode 100644
index 00000000..5008ddfc
Binary files /dev/null and b/Custom_Templates/customer_templates/Cin7 Sandbox/.DS_Store differ
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_avatar.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_account_avatar.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_account_avatar.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_account_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_account_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_account_form.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_form.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_account_form.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_account_form.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_mobile_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_account_mobile_view.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_account_mobile_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_account_tabs.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_account_tabs.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_account_tabs.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_account_tabs.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_badges_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_badges_cards.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_badges_cards.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_badges_cards.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_cards_course.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_course.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_cards_course.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_cards_course.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_cards_learning_path.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_cards_learning_path_homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path_homepage.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_cards_learning_path_homepage.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_cards_learning_path_homepage.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_cards_training_event.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_cards_training_event.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_cards_training_event.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_category_cards.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/_category_cards.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/_category_cards_core.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid
similarity index 94%
rename from Custom_Templates/customer_templates/Cin7 Partners/_category_cards_core.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid
index 1a0ba7a6..990b2b16 100644
--- a/Custom_Templates/customer_templates/Cin7 Partners/_category_cards_core.html.liquid
+++ b/Custom_Templates/customer_templates/Cin7 Sandbox/_category_cards_core.html.liquid
@@ -2,7 +2,7 @@
-

+
+
Course Catalog
+
Get the skills and knowledge you need at the moment you need them. Explore our full course catalog.
+
+
+
+
+ {% include 'filters_catalog' %}
+
+
+
+ {% include "courses_catalog" %}
+
+
+
+{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/course.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/course.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/course.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/course.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/courses-category.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/courses-category.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/courses-category.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/courses-category.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/courses.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/courses.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/courses.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/courses.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/dashboard.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/dashboard.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/dashboard.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/dashboard.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/forgot_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/forgot_password.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/forgot_password.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/forgot_password.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/homepage.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid
similarity index 94%
rename from Custom_Templates/customer_templates/Cin7 Partners/homepage.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid
index b14c7cfb..96798235 100644
--- a/Custom_Templates/customer_templates/Cin7 Partners/homepage.html.liquid
+++ b/Custom_Templates/customer_templates/Cin7 Sandbox/homepage.html.liquid
@@ -5,15 +5,11 @@
{% if current_person.signed_in? %}
{% assign log_out = false %}
{% for group in current_person.groups %}
- {% if group.name contains 'Partners' %}
- {% assign partners = true %}
- {% else %}
{% if group.name contains 'Core' %}
{% assign core = true %}
{% elsif group.name contains 'Omni' %}
{% assign omni = true %}
{% endif %}
- {% endif %}
{% endfor %}
{% endif %}
@@ -27,7 +23,7 @@
Welcome to Cin7 Core Academy
{% elsif omni %}
Welcome to Cin7 Omni Academy
- {% elsif log_out or partners %}
+ {% elsif log_out %}
Welcome to Cin7 Academy
{% else %}
Welcome to Cin7 Academy
@@ -52,7 +48,7 @@
{% include "category_carousel"%}
- {% elsif log_out or partners %}
+ {% elsif log_out %}
Learn Cin7 Core by function with Learning Paths
{% include 'learning_path_carousel_core' %}
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/learning_path.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/learning_path.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/learning_path.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/learning_path_summary.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_path_summary.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/learning_path_summary.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/learning_path_summary.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/learning_paths.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/learning_paths.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/learning_paths.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/learning_paths.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/login.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/login.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/login.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/login.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/master.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/master.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/master.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/master.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/not_found.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/not_found.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/not_found.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/not_found.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/private_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/private_certificate.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/private_certificate.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/private_certificate.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/public_certificate.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/public_certificate.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/public_certificate.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/public_certificate.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/reset_password.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/reset_password.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/reset_password.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/reset_password.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/search.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/search.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/search.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/search.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Customers Backup/sign_up.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/sign_up.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Customers Backup/sign_up.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/sign_up.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/styles.css.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/styles.css.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/styles.css.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/styles.css.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/training_events.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_events.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/training_events.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/training_events.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/training_session.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_session.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/training_session.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/training_session.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/training_session_attendance.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/training_session_attendance.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/training_session_attendance.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/transcript.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/transcript.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/transcript.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/transcript.html.liquid
diff --git a/Custom_Templates/customer_templates/Cin7 Partners/unsubscribe.html.liquid b/Custom_Templates/customer_templates/Cin7 Sandbox/unsubscribe.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Cin7 Partners/unsubscribe.html.liquid
rename to Custom_Templates/customer_templates/Cin7 Sandbox/unsubscribe.html.liquid