This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/templates/f_mygrades.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
<tal:block replace="resource_library:schooltool.gradebook.flourish" />
<div i18n:domain="schooltool.gradebook">
  <tal:block condition="not: view/average_hide">
    <h3 tal:condition="view/average"
        tal:content="string: ${view/average_label}: ${view/average}" />
    <h3 tal:condition="not: view/average" i18n:translate="">Nothing Graded</h3>
  </tal:block>
  <div tal:content="structure context/schooltool:content/ajax/view/context/grades_table" />
</div>