This file is indexed.

/usr/share/cups/templates/fr/printers.tmpl is in cups-server-common 2.2.7-1ubuntu2.

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
{#printer_name=0?:
<TABLE CLASS="list" SUMMARY="Liste des imprimantes">
<THEAD>
<TR><TH>Nom de la file</TH><TH>Description</TH><TH>Emplacement</TH><TH>Marque et modèle</TH><TH>État</TH></TR>
</THEAD>
<TBODY>
{[printer_name]
<TR><TD><A HREF="{printer_uri_supported}">{printer_name}</A></TD><TD>{printer_info}</TD><TD>{printer_location}</TD><TD>{printer_make_and_model}</TD><TD>{printer_state=3?Inoccup&eacute;e:{printer_state=4?En cours d'impression:En pause}}{printer_state_message? - "{printer_state_message}":}</TD></TR>
}
</TBODY>
</TABLE></DIV>}