public/components/content-list-item/templates/printLocation.html (9 lines of code) (raw):
<td class="content-list-item__field--printlocation" title="Print location">
<span ng-show="contentItem.contentType == 'article'">
<div ng-if="!!contentItem.printLocationDisplayString"
class="{{contentItem.printLocationType}}-print-location"
title="{{ contentItem.longPrintLocationDescription }}"
ng-bind-html="contentItem.printLocationDisplayString | wfTrustedHtml">
</div>
</span>
</td>