diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb
index cdcd3fd819bf8e294b9be2d294ee47b6de812bea..fb1cbb2ce90c73e0deec165e20e9f3c4db144912 100644
--- a/app/views/admin/education/programs/static.html.erb
+++ b/app/views/admin/education/programs/static.html.erb
@@ -42,6 +42,12 @@ parent:
   slug: "<%= hugo.slug %>"
   file: "<%= hugo.file %>"
 <% end %>
+<% if @l10n.children.any? %>
+<%= render 'admin/application/static/hugo/collection',
+            key: :children,
+            collection: program.children.ordered(language),
+            language: language %>
+<% end %>
 <%= render 'admin/application/l10n/static', about: @l10n %>
 <%= render 'admin/application/images/featured/static', about: @l10n %>
 <%= render 'admin/application/images/shared/static', about: @l10n %>