This file is indexed.

/usr/share/pyshared/zope/formlib/objectwidget.pt is in python-zope.formlib 4.0.5-0ubuntu5.

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
<fieldset>
  <legend tal:content="context/legendTitle"
        i18n:translate="">The Legend</legend>
  <div class="row" tal:repeat="widget context/subwidgets">
    <metal:block use-macro="context/@@widget_macros/widget_row" />
  </div>
</fieldset>