This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/templates/f_report_sheets_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
22
23
24
25
26
27
<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
      <a i18n:translate="" i18n:name="add-sheet"
         tal:attributes="href string:${context/schooltool:app/@@absolute_url}/gradebook/templates">create a new report sheet template.</a>
    </p>
    <p i18n:translate="">
      Once you have a template, use this form to add the report sheet
      to the gradebook of every section that meets in the specified
      term or terms.
    </p>
    <p i18n:translate="">
      Data collected through report sheets can be included in the
      <a i18n:translate="" i18n:name="report-card-layout"
         tal:attributes="href string:${context/schooltool:app/@@absolute_url}/report_card_layout">standard report card </a>
      or custom reports.
    </p>
  </div>
</metal:block>