This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/templates/f_manage_report_sheet_templates_overview.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
<div class="manage-view" i18n:domain="schooltool.gradebook"
     tal:condition="view/has_schoolyear"
     tal:define="templates view/templates">
  <h3>
    <a title="Manage Report Sheet Templates"
       tal:attributes="href view/templates_url"
       i18n:attributes="title"
       i18n:translate="">
      Report Sheet Templates
    </a>
  </h3>
  <p i18n:translate="" tal:condition="templates">
    There are
    <tal:block replace="python:len(templates)" i18n:name="count" />
    report sheet templates set up.
  </p>
  <p i18n:translate="" tal:condition="not: templates">
    There are no report sheet templates set up.
  </p>
</div>