diff --git a/lms/static/images/arrow-upright-icon.svg b/lms/static/images/arrow-upright-icon.svg
index 3838d3f035..e4417a13bb 100644
--- a/lms/static/images/arrow-upright-icon.svg
+++ b/lms/static/images/arrow-upright-icon.svg
@@ -1,4 +1,3 @@
-
+
+
+ <%- gettext('Explore new programs') %>
+
diff --git a/lms/templates/learner_dashboard/program_alert_list_view.underscore b/lms/templates/learner_dashboard/program_alert_list_view.underscore
new file mode 100644
index 0000000000..eeb9e2d0d1
--- /dev/null
+++ b/lms/templates/learner_dashboard/program_alert_list_view.underscore
@@ -0,0 +1,22 @@
+
+ <% _.each(alertList, function({ title, message, url, urlText }){ %>
+
+
+
+ <% // xss-lint: disable=underscore-not-escaped %>
+ <%= warningIcon %>
+
+
+
<%- title %>
+ <% // xss-lint: disable=underscore-not-escaped %>
+
<%= message %>
+
+
+ <% if (url && urlText) { %>
+
+ <%- urlText %>
+
+ <% } %>
+
+ <% }); %>
+
diff --git a/lms/templates/learner_dashboard/program_card.underscore b/lms/templates/learner_dashboard/program_card.underscore
index de98c952dd..c9364d6ca2 100644
--- a/lms/templates/learner_dashboard/program_card.underscore
+++ b/lms/templates/learner_dashboard/program_card.underscore
@@ -61,3 +61,8 @@
+<% if (isSubscribed) { %>
+
+ <%- gettext('Subscribed') %>
+
+<% } %>
diff --git a/lms/templates/learner_dashboard/program_details_sidebar.underscore b/lms/templates/learner_dashboard/program_details_sidebar.underscore
index 3146127dde..067833fdae 100644
--- a/lms/templates/learner_dashboard/program_details_sidebar.underscore
+++ b/lms/templates/learner_dashboard/program_details_sidebar.underscore
@@ -32,7 +32,7 @@
),
{
subscriptionPrice,
- a_start: HtmlUtils.HTML(``),
+ a_start: HtmlUtils.HTML(``),
a_end: HtmlUtils.HTML(''),
}
) %>
diff --git a/lms/templates/learner_dashboard/program_details_tab_view.underscore b/lms/templates/learner_dashboard/program_details_tab_view.underscore
index cb6f0fd6a2..37b5597e86 100644
--- a/lms/templates/learner_dashboard/program_details_tab_view.underscore
+++ b/lms/templates/learner_dashboard/program_details_tab_view.underscore
@@ -1,4 +1,5 @@
+
<% if (programTabViewEnabled) { %>
@@ -48,9 +49,24 @@
<% } %>
<% if (isSubscriptionEligible) { %>
-