This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/lyceum/journal/browser/templates/no_timetable_journal.pt is in python-schooltool.lyceum.journal 2.6.4-0ubuntu2.

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
21
22
23
24
25
26
27
28
29
30
31
32
<html metal:use-macro="view/@@standard_macros/page" i18n:domain="schooltool.lyceum.journal">
<head>
  <title metal:fill-slot="title"
         i18n:translate="">
      <tal:block i18n:name="section" tal:replace="view/context/section/label" />
      journal</title>

  <title  i18n:translate=""
    ><span i18n:name="section" tal:replace="view/context/section/label"/> journal</title>
</head>

<metal:block metal:fill-slot="content-header">
    <h1 i18n:translate="">
      <tal:block i18n:name="section" tal:replace="view/context/section/label" />
      journal</h1>
</metal:block>

<metal:block metal:fill-slot="body">

  <div i18n:translate="">
    This section is not scheduled for any term, to use the journal you
    should add a timetable first.
  </div>

  <div i18n:translate="">
    You can manage timetables for this section here:
    <a i18n:name="timetable_link"
       tal:attributes="href string:${view/context/section/@@absolute_url}/schedule"
       i18n:translate="">Schedule</a>
  </div>
</metal:block>
</html>