This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/templates/f_report_card_layout_related.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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<metal:block i18n:domain="schooltool.gradebook">
  <div class="header" i18n:translate="">
    What is This?
  </div>
  <div class="body">
    <p i18n:translate="">
      Use this page to lay out a standard report card, pulling data from
      <a i18n:translate="" i18n:name="report-sheets"
         tal:attributes="href string:${context/schooltool:app/@@absolute_url}/report_sheets">report sheets</a>
      and the attendance journal.
    </p>
    <p i18n:translate="">
      The standard report card contains a grid where each row corresponds to a
      section and the columns as defined on this page.
    </p>
    <p i18n:translate="">
      Below the grid is an outline which loops through each section and the
      defined outline items laid out like a text outline.  This is necessary
      for comments or other scores that will not fit in a  traditional grid.
    </p>
    <p i18n:translate="">
      Both the grid and outline layouts are optional; if no columns or items
      are defined, the whole layout is skipped.
    </p>
    <p i18n:translate="">
      The report cards can be generated for an individual person or all the
      people in a group.
    </p>
  </div>
</metal:block>