This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/templates/f_course_worksheet_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
<metal:block i18n:domain="schooltool.gradebook">
  <div class="header" i18n:translate="">
    What is This?
  </div>
  <div class="body">
    <p i18n:translate="">
      Course Worksheets can be be used to include sets of activities
      in the gradebooks of all sections of a course.  The activities
      included in Course Worksheets are defined in templates, shown
      here.
    </p>
    <p i18n:translate="">
      The templates can be created from this page (see Add: Course
      Worksheet) or from the individual gradebook of the instructor of
      a section of this course who is either a "Responsible party" for
      the course or a member of "Clerks" or "Site Managers."
    </p>
  </div>
</metal:block>