diff --git a/templates/courseformat/content.mustache b/templates/courseformat/content.mustache
index 1b5c3d5fcc7bdc450488637a28b5504f882293c0..f17aa588a72fb215586570e6b5add5f5187570cc 100644
--- a/templates/courseformat/content.mustache
+++ b/templates/courseformat/content.mustache
@@ -303,6 +303,12 @@
             {{> core_courseformat/local/content/addsection}}
         {{/ core_courseformat/local/content/addsection}}
     {{/numsections}}
+    {{#bulkedittools}}
+        {{$ core_courseformat/local/content/bulkedittools}}
+            {{> core_courseformat/local/content/bulkedittools}}
+        {{/ core_courseformat/local/content/bulkedittools}}
+    {{/bulkedittools}}
+
 </div>
 {{#js}}
 require(['core_courseformat/local/content'], function(component) {