This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/templates/f_worksheets_summary_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
<metal:block i18n:domain="schooltool.gradebook">
  <div class="header" i18n:translate="">
    Summary Worksheet
  </div>
  <div class="body">
    <p i18n:translate="">
      You can add a summary worksheet to each of your gradebooks that
      automatically includes a column for the average of all existing
      worksheets.
    </p>
    <p i18n:translate="">
      For example, if you have three worksheets in a section, "A,"
      "B," and "C," and click "Create Summary Worksheets," an
      additional sheet, entitled "Summary" will be created, which
      includes the average scores from "A," "B" and "C" in the first
      three columns.
    </p>
  </div>
</metal:block>