diff --git a/beat/web/reports/static/reports/app/directives/groupPlotItem.js b/beat/web/reports/static/reports/app/directives/groupPlotItem.js
index 01e727ad5a13709bc89006be1e179512231c1baa..553a56f4cd359bf50c71832bd2afd8a45f923145 100644
--- a/beat/web/reports/static/reports/app/directives/groupPlotItem.js
+++ b/beat/web/reports/static/reports/app/directives/groupPlotItem.js
@@ -68,7 +68,10 @@ angular.module('reportApp')
 	class="panel-collapse collapse in"
 	role="tabpanel"
 	aria-labelledby="{{domId}}-heading">
-	{{ id }} content
+	<div class='panel-body'>
+		<p>{{ id }} content</p>
+		<strong>Plot items in reports are not implemented yet.</strong>
+	</div>
 </div>
 `
 	};