diff --git a/~dev_rating/application/views/teacher/exam.twig b/~dev_rating/application/views/teacher/exam.twig
index a82ef8413d06150d4a00758ae1bca641f65b8d41..ab9d75ee220b0ef148c1b66ff4d5b760c67f553f 100644
--- a/~dev_rating/application/views/teacher/exam.twig
+++ b/~dev_rating/application/views/teacher/exam.twig
@@ -2,13 +2,6 @@
 
 {% block title %}Сессия{% endblock %} {# head -> title #}
 {% block media %} {# head -> css, js #}
-
-<meta http-equiv="cache-control" content="max-age=0" />
-<meta http-equiv="cache-control" content="no-cache" />
-<meta http-equiv="expires" content="0" />
-<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
-<meta http-equiv="pragma" content="no-cache" />
-
 	{{ HTML.script('media/js/functions.js')|raw }}
 
 	{{ HTML.script('media/js/jquery.fileDownload.js')|raw }}
@@ -88,7 +81,7 @@
 					<span class="downloadExcelStatement" id="group_{{ group.GroupID }}">Скачать ведомость</span>
 				</td>
 			</tr>
-
+		{#
 			{% for student in group.Students %}
 				{% set row = row + 1 %}
 				{% set col = 0 %}
@@ -120,7 +113,8 @@
 
 					<td class="rateResultCell staticCell">{{ student.RateResult }}</td>
 				</tr>
-			{% endfor %}
+			{% endfor %} 
+		#}
 
 
 		{% endfor %}