This file is indexed.

/usr/share/pyshared/schooltool/lyceum/journal/browser/templates/f_journal_help.pt is in python-schooltool.lyceum.journal 2.1.0-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
<div i18n:domain="schooltool.lyceum.journal">
  <h3 i18n:translate="">Legend</h3>
  <table>
    <thead>
      <tr>
        <th i18n:translate="" colspan="2">Attendance / grade</th>
      </tr>
    </thead>
    <tbody>
      <tr tal:repeat="item view/getLegendItems">
        <td tal:content="item/value" />
        <td tal:content="item/description" />
      </tr>
    </tbody>
  </table>
</div>