This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/rml/report_card_student_header.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
<metal:block
    xmlns:tal="http://xml.zope.org/namespaces/tal"
    xmlns:metal="http://xml.zope.org/namespaces/metal"
    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
    i18n:domain="schooltool.gradebook">
  <pto>
    <para style="report_card-header-title" tal:content="context/title" />
    <para style="report_card-header-subtitle" i18n:translate="">
      Username: <tal:replace i18n:name="username" content="context/username" />
    </para>
    <spacer length="1.25cm" />
  </pto>
</metal:block>