This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/lyceum/journal/browser/templates/gradebook_tab_viewlet.pt is in python-schooltool.lyceum.journal 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
<tal:if condition="view/enabled"
        define="person request/principal/schooltool:person"
        i18n:domain="schooltool.lyceum.journal">
  <span><a i18n:translate=""
           tal:attributes="href string:${person/@@absolute_url}/gradebook.html"
           >Attendance</a></span>
</tal:if>