public/components/content-list-item/templates/lastModifiedInPrintBy.html (3 lines of code) (raw):
<td class="content-list-item__field--last-modified-in-print-by" title="Last modified by (print)">
<span ng-show="contentItem.contentType == 'article'">{{ contentItem.lastModifiedInPrintBy }}</span>
</td>