diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store
index 9f0d59a7..3b38f3db 100644
Binary files a/Custom_Templates/customer_templates/.DS_Store and b/Custom_Templates/customer_templates/.DS_Store differ
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_account_avatar.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_account_avatar.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_account_avatar.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_account_avatar.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_account_deletion.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_account_deletion.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_account_deletion.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_account_deletion.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_account_desktop_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_account_desktop_view.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_account_desktop_view.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_account_desktop_view.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_account_form.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_account_form.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_account_form.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_account_form.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_account_mobile_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_account_mobile_view.html.liquid
new file mode 100644
index 00000000..6ac8c007
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_account_mobile_view.html.liquid
@@ -0,0 +1,17 @@
+
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cards_course.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_course.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cards_course.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_cards_course.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cards_course_homepage.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_course_homepage.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cards_course_homepage.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_cards_course_homepage.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cards_generic.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_generic.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cards_generic.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_cards_generic.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_learning_path.html.liquid
new file mode 100644
index 00000000..424a81ab
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_learning_path.html.liquid
@@ -0,0 +1,70 @@
+
+
+
+

+
+
+
+
+
+
+ {{ learning_path.name }}
+
+
+
+ {{ learning_path.instructor_names }}
+
+
+
+ {{ learning_path.description }}
+
+
+
+ {% t shared.progress, count: learning_path.progress %}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_training_event.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_training_event.html.liquid
new file mode 100644
index 00000000..1176157e
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_training_event.html.liquid
@@ -0,0 +1,45 @@
+
+
+
+
+ {{ training_event.title }}
+
+
+ {% t shared.event_types, key: training_event.event_type %}
+
+
+
+ {% t .next_session %}
+
+
+
+
+ {{ training_event.sessions.first.day }}
+
+
+
+ {{ training_event.sessions.first.month }}
+
+
+ {{ training_event.sessions.first.year }}
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cards_video.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_cards_video.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cards_video.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_cards_video.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive User-Learn - Prereg/_catalog_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_courses.html.liquid
similarity index 95%
rename from Custom_Templates/customer_templates/Pipedrive User-Learn - Prereg/_catalog_courses.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_courses.html.liquid
index dd6fd6ee..2bb3fdb5 100644
--- a/Custom_Templates/customer_templates/Pipedrive User-Learn - Prereg/_catalog_courses.html.liquid
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_courses.html.liquid
@@ -1,12 +1,14 @@
{% assign categories_uuids = "" %}
{% assign categories_names = "" %}
{% for course in courses.in_catalog %}
- {% if course.categories.size > 0 and course.ribbon != "VIDEO" and course.properties.featured == false %}
- {% assign course_categories_ids = course.categories | map: 'id' | join: "|||" %}
- {% assign course_categories_names = course.categories | map: 'name' | join: "|||" %}
- {% assign categories_uuids = categories_uuids | append: course_categories_ids | append: "|||" %}
- {% assign categories_names = categories_names | append: course_categories_names | append: "|||" %}
- {% endif %}
+ {% if course.properties.course_language == lang %}
+ {% if course.categories.size > 0 and course.ribbon != "VIDEO" and course.properties.featured == false %}
+ {% assign course_categories_ids = course.categories | map: 'id' | join: "|||" %}
+ {% assign course_categories_names = course.categories | map: 'name' | join: "|||" %}
+ {% assign categories_uuids = categories_uuids | append: course_categories_ids | append: "|||" %}
+ {% assign categories_names = categories_names | append: course_categories_names | append: "|||" %}
+ {% endif %}
+ {%endif%}
{% endfor %}
{% assign categories_uuids = categories_uuids | split: "|||" | uniq %}
{% assign categories_names = categories_names | split: "|||" | uniq %}
@@ -174,10 +176,12 @@
{% assign course_categories = course.categories | map: 'id' %}
{% if course.ribbon != "VIDEO" and course.properties.featured == false %}
{% for cat in course_categories %}
+ {% if course.properties.course_language == lang%}
{% if category_uuid contains cat %}
{% assign number_of_videos = number_of_videos | plus: 1 %}
{% include "cards_course" %}
{% endif %}
+ {%endif%}
{% endfor %}
{% endif %}
{% endfor %}
@@ -221,10 +225,12 @@
{% assign any_course = false %}
{% for course in courses.in_catalog %}
+ {% if course.properties.course_language == lang%}
{% if course.ribbon != "VIDEO" and course.properties.featured %}
{% include "cards_course" %}
{% assign any_course = true %}
{% endif %}
+ {%endif%}
{% endfor %}
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_catalog_faq.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_faq.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_catalog_faq.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_faq.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_catalog_filter.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_filter.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_catalog_filter.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_filter.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_catalog_page_info.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_page_info.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_catalog_page_info.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_catalog_page_info.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_info_column.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_info_column.html.liquid
new file mode 100644
index 00000000..61adfaba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_info_column.html.liquid
@@ -0,0 +1,4 @@
+
+ {% include "certificates_verification" %}
+ {% include "certificates_metadata" %}
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_metadata.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_metadata.html.liquid
new file mode 100644
index 00000000..9f4a1dba
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_metadata.html.liquid
@@ -0,0 +1,59 @@
+
+
+
+
+
+ {% if certificate.issuer_name_enabled? %}
+
+
+ {% endif %}
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_preview.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_preview.html.liquid
new file mode 100644
index 00000000..6357b621
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_preview.html.liquid
@@ -0,0 +1,35 @@
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_top_bar.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_top_bar.html.liquid
new file mode 100644
index 00000000..74a7ae41
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_top_bar.html.liquid
@@ -0,0 +1,44 @@
+
+
+
+
+ {{certificate.certificate_name}}
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_verification.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_verification.html.liquid
new file mode 100644
index 00000000..4fc19415
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_certificates_verification.html.liquid
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ {{certificate.verification_title}}
+
+
+ {{certificate.verification_description}}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cookie_banner.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_cookie_banner.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_cookie_banner.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_cookie_banner.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_activity_locked.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_activity_locked.html.liquid
new file mode 100644
index 00000000..386393d5
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_activity_locked.html.liquid
@@ -0,0 +1,4 @@
+
+
+ {{ activity.title }}
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_activity_unlocked.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_activity_unlocked.html.liquid
new file mode 100644
index 00000000..30c03305
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_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/Pipedrive - Learn/_course_categories.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_categories.html.liquid
new file mode 100644
index 00000000..6cfe9010
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_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/Pipedrive Learn - CRM/_course_cover.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_cover.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_course_cover.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_course_cover.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_description.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_description.html.liquid
new file mode 100644
index 00000000..269f9216
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_description.html.liquid
@@ -0,0 +1,6 @@
+
+ {% t .header, key: current_school.course_vocabulary %}
+
+
+ {{ course.full_description }}
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_desktop_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_desktop_view.html.liquid
new file mode 100644
index 00000000..e16fee16
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_desktop_view.html.liquid
@@ -0,0 +1,40 @@
+
+
+
+
+
+

+ {% include "course_description" %}
+
+ {% if course.categories.any? %}
+
+ {% include "course_categories" %}
+
+ {% endif %}
+
+ {% if course.instructors.any? %}
+
+ {% include "course_instructors" %}
+
+ {% endif %}
+
+ {% if course.events.any? %}
+
+ {% include "course_events" %}
+
+ {% endif %}
+
+
+
+ {% include "course_progress_and_cta" %}
+
+ {% include "course_outline" %}
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_events.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_events.html.liquid
new file mode 100644
index 00000000..5fa80eef
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_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 %}
+
+
+ {{ event.sessions.first.time_period }} {{ event.sessions.first.time_zone }}
+
+
+
+ {% endfor %}
+
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_course_green_card.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_green_card.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_course_green_card.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_course_green_card.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_header.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_header.html.liquid
new file mode 100644
index 00000000..84820ec4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_header.html.liquid
@@ -0,0 +1,16 @@
+
+ {{ current_school.course_vocabulary }}
+
+
+
+
+
+
+
+ {{ course.name }}
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_course_instructor_card.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_instructor_card.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_course_instructor_card.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_course_instructor_card.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_instructors.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_instructors.html.liquid
new file mode 100644
index 00000000..8b608928
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_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/Pipedrive - Learn/_course_mobile_view.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_mobile_view.html.liquid
new file mode 100644
index 00000000..7f31ff35
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_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/Pipedrive Learn - CRM/_course_outline.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_outline.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_course_outline.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_course_outline.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_progress_and_cta.html.liquid
new file mode 100644
index 00000000..1c3db9fa
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_progress_and_cta.html.liquid
@@ -0,0 +1,46 @@
+
+
+ {% t .header %}
+
+
+
+
+ {% t shared.progress, count: course.progress %}
+
+
+
+{% if course.learner_can_retake? %}
+
+{% else %}
+
+ {% if course.enrolled? == false %}
+ {% t shared.enroll %}
+ {% elsif course.started? == false %}
+ {% t shared.course.start, key: current_school.course_vocabulary %}
+ {% elsif course.completed? %}
+ {% t shared.course.view, key: current_school.course_vocabulary %}
+ {% else %}
+ {% t shared.continue %}
+ {% endif %}
+
+{% endif %}
+
diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_course_recommended_courses.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_recommended_courses.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive Learn - CRM/_course_recommended_courses.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_course_recommended_courses.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_version_outdated_alert.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_version_outdated_alert.html.liquid
new file mode 100644
index 00000000..03e245ab
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_version_outdated_alert.html.liquid
@@ -0,0 +1,7 @@
+{% if courses.include_courses_to_restart? %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_course_version_outdated_popup.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_version_outdated_popup.html.liquid
new file mode 100644
index 00000000..71795884
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_course_version_outdated_popup.html.liquid
@@ -0,0 +1,33 @@
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_courses_catalog.html.liquid
new file mode 100644
index 00000000..ea1e9ea4
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_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/Pipedrive - Learn/_courses_index.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_courses_index.html.liquid
new file mode 100644
index 00000000..19e7671b
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_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/Pipedrive - Learn/_courses_zero_state.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_courses_zero_state.html.liquid
new file mode 100644
index 00000000..26e371f7
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_courses_zero_state.html.liquid
@@ -0,0 +1,6 @@
+
+
+ {{ message }}
+
+
![{{ message }}]()
+
diff --git a/Custom_Templates/customer_templates/Pipedrive User-Learn - Prereg/_faq.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_faq.html.liquid
similarity index 100%
rename from Custom_Templates/customer_templates/Pipedrive User-Learn - Prereg/_faq.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_faq.html.liquid
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_checkbox.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_checkbox.html.liquid
new file mode 100644
index 00000000..5cbcbd07
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_checkbox.html.liquid
@@ -0,0 +1,10 @@
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_dropdown.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_dropdown.html.liquid
new file mode 100644
index 00000000..e7a954bb
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_dropdown.html.liquid
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_select.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_select.html.liquid
new file mode 100644
index 00000000..d006c0df
--- /dev/null
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_filter_select.html.liquid
@@ -0,0 +1,22 @@
+{% if params.q %}
+
+{% endif %}
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Pipedrive User-Learn - Prereg/_footer.html.liquid b/Custom_Templates/customer_templates/Pipedrive - Learn/_footer.html.liquid
similarity index 99%
rename from Custom_Templates/customer_templates/Pipedrive User-Learn - Prereg/_footer.html.liquid
rename to Custom_Templates/customer_templates/Pipedrive - Learn/_footer.html.liquid
index a31a344f..062fc8f8 100644
--- a/Custom_Templates/customer_templates/Pipedrive User-Learn - Prereg/_footer.html.liquid
+++ b/Custom_Templates/customer_templates/Pipedrive - Learn/_footer.html.liquid
@@ -34,7 +34,7 @@
-
+
-
+
-
+
-
+