This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/templates/f_gradebook_templates_related.pt is in python-schooltool.gradebook 2.6.3-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
17
18
19
20
21
<metal:block i18n:domain="schooltool.gradebook">
  <div class="header" i18n:translate="">
    What is This?
  </div>
  <div class="body">
    <p i18n:translate="">
      Report sheets use the SchoolTool gradebook to collect data and
      commentary from teachers about students in all sections.
    </p>
    <p i18n:translate="">
      The first step in the process is to create a new report sheet template.
    </p>
    <p i18n:translate="">
      After you create a template, the next step is to
      <a i18n:translate="" i18n:name="deploy-sheet"
         tal:attributes="href string:${context/schooltool:app/@@absolute_url}/report_sheets">
        deploy it to teacher gradebooks.
      </a>
    </p>
  </div>
</metal:block>