This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/intervention/browser/templates/f_intervention_students.pt is in python-schooltool.intervention 2.7.1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<form method="post" class="standalone"
      tal:define="student_batch view/student_table/batch"
      i18n:domain="schooltool.intervention">
  <div class="viewspace">
      <div class="item_list">
        <tal:block replace="structure view/student_table/filter_widget/render|nothing" />
        <tal:block replace="structure view/student_table/batch/render|nothing" />
        <tal:block replace="structure view/student_table/render" />
      </div>

    <h3 class="done-link" i18n:domain="schooltool">
      <a tal:attributes="href view/inboxURL"
         i18n:translate="">Done</a>
    </h3>
  </div>
</form>