diff --git a/course_discovery/apps/course_metadata/templates/course_metadata/email/loader_ingestion.html b/course_discovery/apps/course_metadata/templates/course_metadata/email/loader_ingestion.html
index f5f98022f4..2e1b782c48 100644
--- a/course_discovery/apps/course_metadata/templates/course_metadata/email/loader_ingestion.html
+++ b/course_discovery/apps/course_metadata/templates/course_metadata/email/loader_ingestion.html
@@ -46,29 +46,31 @@
{% if created_products_count > 0 %}
New Products
-
- {% if product_type != "DEGREES" %}
-
-
-
- Course UUID
- |
-
- URL Slug
- |
-
- External Course Marketing Type
- |
-
- Variant ID
- |
-
- Restriction Type
- |
-
- Rerun
- |
-
+ {% if product_type != "DEGREES" %}
+
+
+
+ Course UUID
+ |
+
+ URL Slug
+ |
+
+ External Course Marketing Type
+ |
+
+ Variant ID
+ |
+
+ Restriction Type
+ |
+
+ Rerun
+ |
+
+ {% endif %}
+ {% if product_type == "DEGREES" %}
+
{% endif %}
{% for new_product in created_products %}
{% if product_type != "DEGREES" %}