diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_account_avatar.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_account_avatar.html.liquid
new file mode 100644
index 00000000..d952af93
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_account_avatar.html.liquid
@@ -0,0 +1,66 @@
+
+
{% t .description %}
+
{% t .requirements %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_account_desktop_view.html.liquid
new file mode 100644
index 00000000..8ae8599d
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_account_desktop_view.html.liquid
@@ -0,0 +1,19 @@
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_account_form.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_account_form.html.liquid
new file mode 100644
index 00000000..ddd264c2
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_account_form.html.liquid
@@ -0,0 +1,139 @@
+
+ {% t .header %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% unless form.options.invite? %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endunless %}
+
+{% if form.options.invite? %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_info_column.html.liquid
new file mode 100644
index 00000000..61adfaba
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_info_column.html.liquid
@@ -0,0 +1,4 @@
+
+ {% include "certificates_verification" %}
+ {% include "certificates_metadata" %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_metadata.html.liquid
new file mode 100644
index 00000000..9f4a1dba
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_metadata.html.liquid
@@ -0,0 +1,59 @@
+
+
+
+
+
+ {% t .learner %}
+
+
+
+
+ {{certificate.learner_name}}
+
+
+
+
+
+ {% if certificate.issuer_name_enabled? %}
+
+
+
+ {% t .issued_by %}
+
+
+
+
+ {{ certificate.issuer_name }}
+
+
+
+
+ {% endif %}
+
+
+
+
+ {% t .issued_on %}
+
+
+
+
+ {{ certificate.issue_date }}
+
+
+
+
+
+
+
+ {% t .expires_on %}
+
+
+
+
+ {{ certificate.expiration_date_translation }}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_preview.html.liquid
new file mode 100644
index 00000000..6357b621
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_preview.html.liquid
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_top_bar.html.liquid
new file mode 100644
index 00000000..74a7ae41
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_top_bar.html.liquid
@@ -0,0 +1,44 @@
+
+
+
+
+ {{certificate.certificate_name}}
+
+
+
+ {% if certificate.linkedin_sharing_enabled and current_person.signed_in? and certificate.learner_uuid == current_person.id %}
+
+
+ {% t .share %}
+
+ {% endif %}
+
+ {% if certificate.generating_pdf %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_verification.html.liquid
new file mode 100644
index 00000000..4fc19415
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_certificates_verification.html.liquid
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ {{certificate.verification_title}}
+
+
+ {{certificate.verification_description}}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_activity_locked.html.liquid
new file mode 100644
index 00000000..386393d5
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_activity_locked.html.liquid
@@ -0,0 +1,4 @@
+
+
+ {{ activity.title }}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_activity_unlocked.html.liquid
new file mode 100644
index 00000000..30c03305
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_activity_unlocked.html.liquid
@@ -0,0 +1,15 @@
+{% if course.enrolled? %}
+
+ {{ activity.title }}
+
+{% else%}
+
+ {{ activity.title }}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_categories.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_categories.html.liquid
new file mode 100644
index 00000000..6cfe9010
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_categories.html.liquid
@@ -0,0 +1,10 @@
+
+ {% t .header %}
+
+
+ {% for category in course.categories %}
+
+ {{ category.name }}
+
+ {% endfor %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_description.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_description.html.liquid
new file mode 100644
index 00000000..e746ff24
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_description.html.liquid
@@ -0,0 +1,6 @@
+
+ Upon completing this module, you’ll be able to...
+
+
+ {{ course.full_description }}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_desktop_view.html.liquid
new file mode 100644
index 00000000..e16fee16
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_desktop_view.html.liquid
@@ -0,0 +1,40 @@
+
+
+ {% include "course_header" %}
+
+
+
+
+
+ {% include "course_description" %}
+
+ {% if course.categories.any? %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_events.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_events.html.liquid
new file mode 100644
index 00000000..5fa80eef
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_events.html.liquid
@@ -0,0 +1,28 @@
+
+ {% t .header %}
+
+
+ {% for event in course.events %}
+
+
+
+ {{ event.sessions.first.abbreviated_month }}
+
+
+ {{ event.sessions.first.day }}
+
+
+
+
+ {{ event.title }}
+
+
+ {% t shared.event_types, key: event.event_type %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_instructors.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_instructors.html.liquid
new file mode 100644
index 00000000..8b608928
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_instructors.html.liquid
@@ -0,0 +1,22 @@
+
+ {% t .header %}
+
+
+ {% for instructor in course.instructors %}
+
+
+
+
+ {{ instructor.name }}
+
+
+ {{ instructor.title }}
+
+
+
+ {% endfor %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_mobile_view.html.liquid
new file mode 100644
index 00000000..7f31ff35
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_mobile_view.html.liquid
@@ -0,0 +1,40 @@
+
+ {% include "course_header" %}
+
+ {% include "course_progress_and_cta" %}
+
+
+
+{% if course.progress == 0 %}
+
+ {% include "course_description" %}
+
+
+ {% include "course_outline" %}
+
+{% else %}
+
+ {% include "course_outline" %}
+
+
+ {% include "course_description" %}
+
+{% endif %}
+
+{% if course.categories.any? %}
+
+ {% include "course_categories" %}
+
+{% endif %}
+
+{% if course.instructors.any? %}
+
+ {% include "course_instructors" %}
+
+{% endif %}
+
+{% if course.events.any? %}
+
+ {% include "course_events" %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_outline.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_outline.html.liquid
new file mode 100644
index 00000000..72f97e79
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_outline.html.liquid
@@ -0,0 +1,40 @@
+
+
+ {% t .header, key: current_school.course_vocabulary %}
+
+
+
+ {% for section in course.sections %}
+
+
+ {{ section.name }}
+
+
+ {% for activity in section.activities %}
+
+
+ {% if activity.completed? %}
+
+ {% if activity.locked? %}
+ {% include "course_activity_locked" %}
+ {% else %}
+ {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link-completed" %}
+ {% endif %}
+
+ {% else %}
+
+ {% if activity.locked? %}
+ {% include "course_activity_locked" %}
+ {% else %}
+ {% include "course_activity_unlocked", class: "np-course-outline-content-activity-link" %}
+ {% endif %}
+
+ {% endif %}
+
+ {% endfor %}
+
+
+ {% endfor %}
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_progress_and_cta.html.liquid
new file mode 100644
index 00000000..20f92d9e
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_progress_and_cta.html.liquid
@@ -0,0 +1,90 @@
+
+
+{% if course.learner_can_retake? %}
+
+{% else %}
+
+{% endif %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_version_outdated_alert.html.liquid
new file mode 100644
index 00000000..03e245ab
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_version_outdated_alert.html.liquid
@@ -0,0 +1,7 @@
+{% if courses.include_courses_to_restart? %}
+
+
+ {% t .content %}
+
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_version_outdated_popup.html.liquid
new file mode 100644
index 00000000..71795884
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_course_version_outdated_popup.html.liquid
@@ -0,0 +1,33 @@
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_catalog.html.liquid
new file mode 100644
index 00000000..ea1e9ea4
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_catalog.html.liquid
@@ -0,0 +1,16 @@
+{% if courses.in_catalog.any? %}
+
+ {% for course in courses.in_catalog %}
+
+ {% include "cards_course" with course %}
+
+ {% endfor %}
+
+{% else %}
+ {% capture message %}
+ {% t shared.zero_state.courses.catalog,
+ key: current_school.course_vocabulary
+ %}
+ {% endcapture %}
+ {% include "courses_zero_state", message: message %}
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_index.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_index.html.liquid
new file mode 100644
index 00000000..19e7671b
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_index.html.liquid
@@ -0,0 +1,16 @@
+{% if courses.enrolled.any? %}
+
+ {% for course in courses.enrolled %}
+
+ {% include "cards_course" with course %}
+
+ {% endfor %}
+
+{% else %}
+ {% capture message %}
+ {% t shared.zero_state.courses.index,
+ key: current_school.course_vocabulary
+ %}
+ {% endcapture %}
+ {% include "courses_zero_state", message: message %}
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_zero_state.html.liquid
new file mode 100644
index 00000000..26e371f7
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_courses_zero_state.html.liquid
@@ -0,0 +1,6 @@
+
+
+ {{ message }}
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_checkbox.html.liquid
new file mode 100644
index 00000000..5cbcbd07
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_checkbox.html.liquid
@@ -0,0 +1,10 @@
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_dropdown.html.liquid
new file mode 100644
index 00000000..e7a954bb
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_dropdown.html.liquid
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_select.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_select.html.liquid
new file mode 100644
index 00000000..d006c0df
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_filter_select.html.liquid
@@ -0,0 +1,22 @@
+{% if params.q %}
+
+{% endif %}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_footer.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_footer.html.liquid
new file mode 100644
index 00000000..84ced986
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_footer.html.liquid
@@ -0,0 +1,34 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_head.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_head.html.liquid
new file mode 100644
index 00000000..1bcbcb39
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_head.html.liquid
@@ -0,0 +1,49 @@
+{% styles default %}
+{% styles colors %}
+{% styles custom %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_header.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_header.html.liquid
new file mode 100644
index 00000000..83e68128
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_header.html.liquid
@@ -0,0 +1,195 @@
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_categories.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_categories.html.liquid
new file mode 100644
index 00000000..a1288e9c
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_categories.html.liquid
@@ -0,0 +1,201 @@
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_filter.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_filter.html.liquid
new file mode 100644
index 00000000..0f77b65d
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_filter.html.liquid
@@ -0,0 +1,342 @@
+
+
+
+ Layout
+
+
+
+
+
+
+
+ SORT
+
+
+
+ A-Z
+ Alphabetical
+
+
+
+
+ Course level
+
+
+
+
+ Status
+
+
+
+
+
+ VIEW
+
+
+
+
+ Grid
+
+
+
+
+ List
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_list_headers.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_list_headers.html.liquid
new file mode 100644
index 00000000..01c0beed
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_list_headers.html.liquid
@@ -0,0 +1,46 @@
+
+
+
Course Title
+
+
Course Level
+
Status
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_scoreboard.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_scoreboard.html.liquid
new file mode 100644
index 00000000..e988e438
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_homepage_scoreboard.html.liquid
@@ -0,0 +1,222 @@
+{% comment %}
+ {% if learning_paths.enrolled.any? %}
+ {% assign total_course_finished = 0 %}
+ {% assign all_learning_paths = learning_paths.enrolled %}
+ {% for learning_path in learning_paths.enrolled %}
+ {% for item in learning_path.items %}
+ {% if item.course? %}
+ {% if item.completed? %}
+ {% assign total_course_finished = total_course_finished | plus: 1 %}
+ {% endif %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+ {% endif %}
+{% endcomment %}
+
+
+
+ {% comment %}
+
+ {{total_course_finished}} total credentials Earned
+
+ {% endcomment %}
+
+
You are subject experts in...
+
+ {% if learning_paths.available.any? %}
+ {% for learning_path in learning_paths.available %}
+ {% if learning_path.completed? %}
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_banners.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_banners.html.liquid
new file mode 100644
index 00000000..11a1810c
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_banners.html.liquid
@@ -0,0 +1,5 @@
+{% if learning_path.new_content_available? %}
+ {% include "learning_path_new_content_banner" %}
+{% else %}
+ {% include "learning_path_completed_banner" %}
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_certificate.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_certificate.html.liquid
new file mode 100644
index 00000000..3a282c5e
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_certificate.html.liquid
@@ -0,0 +1,17 @@
+{% if learning_path.has_certificate? %}
+ {% if learning_path.certificate_completed? %}
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_completed_banner.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_completed_banner.html.liquid
new file mode 100644
index 00000000..1c146f6e
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_completed_banner.html.liquid
@@ -0,0 +1,13 @@
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_course.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_course.html.liquid
new file mode 100644
index 00000000..5f7aff84
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_course.html.liquid
@@ -0,0 +1,56 @@
+{% if learning_path.enrolled? and course.unlocked? %}
+
+
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_description.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_description.html.liquid
new file mode 100644
index 00000000..6b1fb3a0
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .about %}
+
+
+ {{ learning_path.description }}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_content.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_content.html.liquid
new file mode 100644
index 00000000..e9ca85d9
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_content.html.liquid
@@ -0,0 +1,21 @@
+
+
+
+
+
+ {% include "learning_path_description" %}
+ {% include "learning_path_instructors" %}
+
+
+
+
+
+ {% include "learning_path_progress_and_cta" %}
+
+ {% include "learning_path_outline" %}
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_header.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_header.html.liquid
new file mode 100644
index 00000000..6f4c112c
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_header.html.liquid
@@ -0,0 +1,12 @@
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_view.html.liquid
new file mode 100644
index 00000000..8447443e
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_desktop_view.html.liquid
@@ -0,0 +1,2 @@
+{% include "learning_path_desktop_header" %}
+{% include "learning_path_desktop_content" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_instructors.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_instructors.html.liquid
new file mode 100644
index 00000000..a8342301
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_instructors.html.liquid
@@ -0,0 +1,26 @@
+{% if learning_path.instructors.any? %}
+
+
+ {% t shared.instructors %}
+
+
+ {% for instructor in learning_path.instructors %}
+
+
+
+
+ {{ instructor.name }}
+
+
+ {{ instructor.title }}
+
+
+
+ {% endfor %}
+
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_content.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_content.html.liquid
new file mode 100644
index 00000000..92ffd4c8
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_content.html.liquid
@@ -0,0 +1,19 @@
+{% if learning_path.in_progress? %}
+ {% include "learning_path_outline" %}
+
+ {% include "learning_path_description" %}
+
+{% else %}
+
+ {% include "learning_path_description" %}
+
+
+ {% include "learning_path_outline" %}
+
+{% endif %}
+
+{% if learning_path.instructors.any? %}
+
+ {% include "learning_path_instructors" %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_header.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_header.html.liquid
new file mode 100644
index 00000000..2bf66a5a
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_header.html.liquid
@@ -0,0 +1,17 @@
+
+
+ {% t shared.learning_path.title %}
+
+
+
+ {{ learning_path.name }}
+
+
+
+ {% include "learning_path_progress_and_cta" %}
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_view.html.liquid
new file mode 100644
index 00000000..0e22feb9
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_mobile_view.html.liquid
@@ -0,0 +1,2 @@
+{% include "learning_path_mobile_header" %}
+{% include "learning_path_mobile_content" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_new_content_banner.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_new_content_banner.html.liquid
new file mode 100644
index 00000000..2bc02d46
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_new_content_banner.html.liquid
@@ -0,0 +1,12 @@
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_outline.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_outline.html.liquid
new file mode 100644
index 00000000..22ddd573
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_outline.html.liquid
@@ -0,0 +1,10 @@
+
+ {% for item in learning_path.items %}
+ {% if item.course? %}
+ {% include "learning_path_course", course: item %}
+ {% elsif item.training_event? %}
+ {% include "learning_path_training_session", training_session: item %}
+ {% endif %}
+ {% endfor %}
+ {% include "learning_path_certificate" %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_progress_and_cta.html.liquid
new file mode 100644
index 00000000..1d90a2a7
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_progress_and_cta.html.liquid
@@ -0,0 +1,20 @@
+{% if learning_path.enrolled? %}
+
+
+ {% t .progress %}
+
+
+
+
+
+
+ {% t shared.progress, count: learning_path.progress %}
+
+
+{% endif %}
+
+{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_summary_desktop_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_summary_desktop_view.html.liquid
new file mode 100644
index 00000000..05961c52
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_summary_desktop_view.html.liquid
@@ -0,0 +1,3 @@
+{% include "learning_path_desktop_header" %}
+{% include "learning_path_banners" %}
+{% include "learning_path_desktop_content" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_summary_mobile_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_summary_mobile_view.html.liquid
new file mode 100644
index 00000000..f30a09eb
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_summary_mobile_view.html.liquid
@@ -0,0 +1,5 @@
+
+ {% include "learning_path_banners" %}
+
+{% include "learning_path_mobile_header" %}
+{% include "learning_path_mobile_content" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_training_session.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_training_session.html.liquid
new file mode 100644
index 00000000..f796cdf4
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_learning_path_training_session.html.liquid
@@ -0,0 +1,53 @@
+{% if learning_path.enrolled? and training_session.unlocked? %}
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_search_zero_state.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_search_zero_state.html.liquid
new file mode 100644
index 00000000..4e52c6fb
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_search_zero_state.html.liquid
@@ -0,0 +1,13 @@
+
+
+
+
+ {% t .nothing_found %}
+
+
+ {% t .empty %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_sub_navigation.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_sub_navigation.html.liquid
new file mode 100644
index 00000000..b432c10b
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_sub_navigation.html.liquid
@@ -0,0 +1,13 @@
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_dashboard.html.liquid
new file mode 100644
index 00000000..7aeb19ce
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_dashboard.html.liquid
@@ -0,0 +1,9 @@
+
+ {% if training_events.enrolled.any? %}
+ {% for training_event in training_events.enrolled %}
+ {% include "cards_training_event" with training_event %}
+ {% endfor %}
+ {% else %}
+ {% include "training_events_zero_state" %}
+ {% endif %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_filter.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_filter.html.liquid
new file mode 100644
index 00000000..d4892278
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_filter.html.liquid
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_index.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_index.html.liquid
new file mode 100644
index 00000000..ff93b1c8
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_index.html.liquid
@@ -0,0 +1,13 @@
+
+ {% if training_events.available.any? %}
+
+ {% for training_event in training_events.available %}
+
+ {% include "cards_training_event" with training_event %}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_zero_state.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_zero_state.html.liquid
new file mode 100644
index 00000000..076b789e
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_events_zero_state.html.liquid
@@ -0,0 +1,9 @@
+
+
+ {% t .empty %}
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_calendars.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_calendars.html.liquid
new file mode 100644
index 00000000..6c758b73
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_calendars.html.liquid
@@ -0,0 +1,52 @@
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_cta.html.liquid
new file mode 100644
index 00000000..d777c5f6
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_cta.html.liquid
@@ -0,0 +1,53 @@
+{% if training_session.approved? %}
+
+
+ {% t .registered %}
+
+{% elsif training_session.pending? %}
+
+ {% t .pending %}
+
+{% elsif training_session.denied? %}
+
+ {% t .denied %}
+
+{% elsif training_session.too_late? %}
+
+ {% t .too_late %}
+
+{% elsif training_session.no_seats? %}
+
+ {% t .no_seats %}
+
+{% endif %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_date.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_date.html.liquid
new file mode 100644
index 00000000..48694035
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_date.html.liquid
@@ -0,0 +1,14 @@
+
+
+
+ {{ training_session.day }}
+
+
+
+ {{ training_session.month }}
+
+
+ {{ training_session.year }}
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_description.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_description.html.liquid
new file mode 100644
index 00000000..73be4cf4
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .header %}
+
+
+ {{ training_event.description }}
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_desktop_view.html.liquid
new file mode 100644
index 00000000..5c1abfec
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_desktop_view.html.liquid
@@ -0,0 +1,40 @@
+
+ {% include "training_session_header" %}
+
+
+
+
+
+
+ {% include "training_session_details" %}
+
+
+ {% include "training_session_cta" %}
+
+
+
+
+ {% include "training_session_description" %}
+
+
+
+
+
+
+ {% t shared.more_sessions %}
+
+ {% if training_event.sessions.size > 1 %}
+ {% include "training_session_more_sessions" %}
+ {% else %}
+
+
+
+ {% t .empty %}
+
+
+ {% endif %}
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_details.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_details.html.liquid
new file mode 100644
index 00000000..ae23b7ac
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_details.html.liquid
@@ -0,0 +1,24 @@
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_header.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_header.html.liquid
new file mode 100644
index 00000000..10434cfa
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_header.html.liquid
@@ -0,0 +1,10 @@
+
+ {% t shared.event_types, key: training_event.event_type %}
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_mobile_view.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_mobile_view.html.liquid
new file mode 100644
index 00000000..00455d4e
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_mobile_view.html.liquid
@@ -0,0 +1,22 @@
+
+
+ {% include "training_session_header" %}
+
+ {% include "training_session_details" %}
+
+ {% include "training_session_cta" %}
+
+
+
+
+ {% include "training_session_description" %}
+
+
+{% if training_event.sessions.size > 1 %}
+
+
+ {% t shared.more_sessions %}
+
+ {% include "training_session_more_sessions" %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_more_sessions.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_more_sessions.html.liquid
new file mode 100644
index 00000000..6cfafa87
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_more_sessions.html.liquid
@@ -0,0 +1,3 @@
+{% for session in training_event.sessions %}
+ {% include "training_session_tile", current_session: training_session %}
+{% endfor %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_tile.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_tile.html.liquid
new file mode 100644
index 00000000..e5ad8714
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/_training_session_tile.html.liquid
@@ -0,0 +1,17 @@
+{% if current_session.id != session.id %}
+
+
+
+ {% include "courses_catalog" %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/course.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/course.html.liquid
new file mode 100644
index 00000000..c63aba62
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/course.html.liquid
@@ -0,0 +1,431 @@
+
+
+{% assign catalog_courses = courses.in_catalog %}
+
+{% include "header" %}
+{% include "course_header" %}
+
+
+
+
+ {% if course.enrolled? %}
+ {% if course.properties.talent_lms_course == true and current_person.properties.talent_lms_learner == true %}
+
+
You have previously completed this module on TalentLMS Feel free to re-visit this course here on the Knowledge, however any course progression or quiz results from TalentLMS have not and will not be migrated over.
+
+ {% endif %}
+ {% endif %}
+
+
+
+ {{ course.full_description }}
+
+
+
+
+
+
+ {% for instructor in course.instructors %}
+
+
+
+
+ {{ instructor.name }}
+
+
+ {{ instructor.title }}
+
+
+
+ {% endfor %}
+
+
+
+
+
+
+
Course level:
+
+
+ {{course.properties.experience}}
+
+
+
+
+
Category:
+
+ {% if course.categories.any? %}
+ {% for category in course.categories %}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/courses.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/courses.html.liquid
new file mode 100644
index 00000000..ef34b59a
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/courses.html.liquid
@@ -0,0 +1,11 @@
+{% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.enrolled %}
+{% include "sub_navigation" %}
+
+
+ {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
+
+
{% t .headline, key: current_school.course_vocabulary %}
+ {% include "courses_index", class: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/dashboard.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/dashboard.html.liquid
new file mode 100644
index 00000000..cec192b3
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/dashboard.html.liquid
@@ -0,0 +1,32 @@
+
+
+{% comment %} {% include "header" %}
+{% include "course_version_outdated_alert", courses: courses.enrolled %}
+{% include "sub_navigation" %}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/login.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/login.html.liquid
new file mode 100644
index 00000000..bde185dd
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/login.html.liquid
@@ -0,0 +1,53 @@
+
+
+ {% include "header_minimal" %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/master.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/master.html.liquid
new file mode 100644
index 00000000..63345068
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/master.html.liquid
@@ -0,0 +1 @@
+{% body %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/not_found.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/not_found.html.liquid
new file mode 100644
index 00000000..91c76e4b
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/not_found.html.liquid
@@ -0,0 +1,10 @@
+
+
+
+ {% t .header %}
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/private_certificate.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/private_certificate.html.liquid
new file mode 100644
index 00000000..15d05419
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/private_certificate.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+{% include "certificates_top_bar" %}
+
+
+
+ {% include "certificates_preview" %}
+ {% include "certificates_info_column" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/public_certificate.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/public_certificate.html.liquid
new file mode 100644
index 00000000..15d05419
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/public_certificate.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+{% include "certificates_top_bar" %}
+
+
+
+ {% include "certificates_preview" %}
+ {% include "certificates_info_column" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/reset_password.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/reset_password.html.liquid
new file mode 100644
index 00000000..281c6eaa
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/reset_password.html.liquid
@@ -0,0 +1,43 @@
+
+
+ {% include "header_minimal" %}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/search.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/search.html.liquid
new file mode 100644
index 00000000..01684399
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/search.html.liquid
@@ -0,0 +1,27 @@
+{% include "header" %}
+
+
+ {% t .title %}
+
+
+
+ {% t .showing %}
+ {{ results.count }}
+ {% t .results_for %}
+ "{{ results.term }}"
+
+ {% if results.items.any? %}
+ {% render "search_result" for results.items as result %}
+ {% else %}
+ {% include "search_zero_state" %}
+ {% endif %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/server_error.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/server_error.html.liquid
new file mode 100644
index 00000000..e69de29b
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/sign_up.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/sign_up.html.liquid
new file mode 100644
index 00000000..7a903da4
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/sign_up.html.liquid
@@ -0,0 +1,72 @@
+
+
+ {% include "training_events_index" %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/training_session.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/training_session.html.liquid
new file mode 100644
index 00000000..5b78b834
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/training_session.html.liquid
@@ -0,0 +1,10 @@
+{% include "header" %}
+
+
+ {% include "training_session_desktop_view" %}
+
+
+ {% include "training_session_mobile_view" %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/training_session_attendance.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/training_session_attendance.html.liquid
new file mode 100644
index 00000000..71bb6119
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/training_session_attendance.html.liquid
@@ -0,0 +1,43 @@
+{% include "header" %}
+
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/MATTR The Knowledge/unsubscribe.html.liquid b/Custom_Templates/customer_templates/MATTR The Knowledge/unsubscribe.html.liquid
new file mode 100644
index 00000000..69a54028
--- /dev/null
+++ b/Custom_Templates/customer_templates/MATTR The Knowledge/unsubscribe.html.liquid
@@ -0,0 +1,30 @@
+{% include "header" %}
+
+
+ {% if token %}
+
+
+ {% t .unsubscribe_text %}
+
+
+ {% t .resubscribe_text %}
+
+
+ {% else %}
+
+
+ {% t .resubscribed_text %}
+
+ {% endif %}
+
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/TripleSeat/_head.html.liquid b/Custom_Templates/customer_templates/TripleSeat/_head.html.liquid
new file mode 100644
index 00000000..ddad9968
--- /dev/null
+++ b/Custom_Templates/customer_templates/TripleSeat/_head.html.liquid
@@ -0,0 +1,54 @@
+{% styles default %}
+{% styles colors %}
+{% styles custom %}
+
diff --git a/Scripts/API_Tests/get-group-ids.py b/Scripts/API_Tests/get-group-ids.py
index 6421881f..8e57fcdd 100644
--- a/Scripts/API_Tests/get-group-ids.py
+++ b/Scripts/API_Tests/get-group-ids.py
@@ -1,8 +1,9 @@
import pprint
import csv
-import json
import requests
import Apikeys
+import json
+
APIKEY = Apikeys.ANTHOLOGY
groups_dict = {}
@@ -34,7 +35,7 @@ def get_groups(APIKEY):
break
with open(
- "/Users/normrasmussen/Downloads/Datasnipper-Groups.csv", "a+", newline='\n'
+ "/Users/normrasmussen/Downloads/Datasnipper-Groups.csv", "a+", newline="\n"
) as csvfile:
for group in groups:
for key, value in group.items():
diff --git a/Todos.md b/Todos.md
index c801078f..544e45dc 100644
--- a/Todos.md
+++ b/Todos.md
@@ -4,9 +4,17 @@
## 2/20/2023
* [ ] Send exec-check in for Kat/Emily
-* [ ] Get understanding of Netradyne Enterprise pricing from Erica/Charles
-* [ ] Complete Lila’s courses review
-* [ ] Get better understanding from Travis what was discussed in previous HackerRank meetings
-* [ ] Slack with Lila & Kat about remaining courses for review
+* [X] Get understanding of Netradyne Enterprise pricing from Erica/Charles
+* [X] Complete Lila’s courses review
+* [X] Get better understanding from Travis what was discussed in previous HackerRank meetings
+* [X] Slack with Lila & Kat about remaining courses for review
* [ ] Confirm with Mohammed the common requests
+## 2/21/2023
+
+* [ ] Begin design of Luminate Learning Path completion page
+* [ ] Test Weglot in templates for Datasnipper
+ * [ ] Can we adjust where the button shows up?
+ * [ ] Can we adjust dynamic elements that translate and are too long?
+* [X] Update fonts & Continue button color for TripleSeat.
+