diff --git a/Custom_Templates/customer_templates/Headway/_training_events_dashboard.html.liquid b/Custom_Templates/customer_templates/Headway/_training_events_dashboard.html.liquid
new file mode 100644
index 00000000..7aeb19ce
--- /dev/null
+++ b/Custom_Templates/customer_templates/Headway/_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/Headway/_training_events_index.html.liquid b/Custom_Templates/customer_templates/Headway/_training_events_index.html.liquid
new file mode 100644
index 00000000..ff93b1c8
--- /dev/null
+++ b/Custom_Templates/customer_templates/Headway/_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 %}
+
+ {% endfor %}
+
+ {% else %}
+ {% include "training_events_zero_state" %}
+ {% endif %}
+
diff --git a/Custom_Templates/customer_templates/Headway/_training_session_cta.html.liquid b/Custom_Templates/customer_templates/Headway/_training_session_cta.html.liquid
new file mode 100644
index 00000000..56715919
--- /dev/null
+++ b/Custom_Templates/customer_templates/Headway/_training_session_cta.html.liquid
@@ -0,0 +1,65 @@
+{% if training_session.approved? %}
+
+{% endif %}
diff --git a/Custom_Templates/customer_templates/Headway/_training_session_desktop_view.html.liquid b/Custom_Templates/customer_templates/Headway/_training_session_desktop_view.html.liquid
new file mode 100644
index 00000000..5c1abfec
--- /dev/null
+++ b/Custom_Templates/customer_templates/Headway/_training_session_desktop_view.html.liquid
@@ -0,0 +1,40 @@
+
+
+
+
+
+ {% t .title %}
+
+
+ {% t .subtitle %}
+
+
+
+ {% include "training_events_filter" %}
+
+
+ {% include "training_events_index" %}
+
+{% include "footer" %}
diff --git a/Custom_Templates/customer_templates/Headway/training_session.html.liquid b/Custom_Templates/customer_templates/Headway/training_session.html.liquid
new file mode 100644
index 00000000..5b78b834
--- /dev/null
+++ b/Custom_Templates/customer_templates/Headway/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/CustomerNotes/G2/G2.md b/CustomerNotes/G2/G2.md
index dd2c50de..1144c883 100644
--- a/CustomerNotes/G2/G2.md
+++ b/CustomerNotes/G2/G2.md
@@ -514,3 +514,14 @@ New this quarter:
For G2, a non-G2U MQL is anyone who has signed up for 1 webinar or 1 office hours.
+## 02/12/2024
+
+Metrics needed from Q4:
+Needs it ASAP.
+
+* Certifications - total cert completions
+* Number of Accounts Created/Activated
+* How many people 'took a course' --> As long as they enrolled in the course.
+* Completion numbers
+* Course Progress Completion
+* "Repeats" people that have taken more than 1 course *or* people that have repeated courses.