diff --git a/templates/course-header.mustache b/templates/course-header.mustache
index 00e6e704508477e8ffa6840a00f676bf20985934..5202db49444caa420582d80bbc3d4cf18d158251 100644
--- a/templates/course-header.mustache
+++ b/templates/course-header.mustache
@@ -62,7 +62,7 @@
 	
 	{{/student}}
 
-	
+	{{#summary}}
 	<div class="iena-course-header-bottom" id="" aria-expanded="false">
 		<div id="title-summary-iena">
 			<h3>
@@ -74,6 +74,7 @@
 			<a role="button" href="#" onclick="return false" id="button-collapse" aria-expanded="false" aria-controls="summary-collapse">{{# str }} displayInfos, format_iena {{/ str}}</a>
 		</div>
 	</div>
+	{{/summary}}
 </div>
 
 {{#js}}
diff --git a/templates/sections.mustache b/templates/sections.mustache
index 3c5c3427de279a63fc87718735df25c3d14edb23..51fa14915c807c29fe57e69139a64a1308e927ca 100644
--- a/templates/sections.mustache
+++ b/templates/sections.mustache
@@ -1,10 +1,10 @@
 
 <ul class="iena-editing">
 	<div class="iena-course-header"></div>
-	<div class="iena-caption-sections">
+	<!--<div class="iena-caption-sections">
 		<div class="iena-caption-icons"><span class="iena-icon-presence"></span>{{#str}} in_presence, format_iena {{/str}}</div>
 	 <div class="iena-caption-icons"><span class="iena-icon-distance"></span>{{#str}} not_presence, format_iena {{/str}}</div>
-	</div>
+	</div>-->
 	{{#sections}}
 		{{> format_iena/section}}
 	{{/sections}}