public/components/content-list-item/templates/commissionedLength.html (8 lines of code) (raw):
<td class="content-list-item__field--commissionedLength"
ng-controller="wfCommissionedLengthCtrl"
ng-attr-title="{{commissionedLengthTitle}}">
<span ng-class="'content-list-item__field--commissionedLength-status-'+ lengthStatus"
ng-show="contentItem.contentType == 'article'">
{{ contentItem.commissionedLength || formatReason(contentItem.missingCommissionedLengthReason) }}
</span>
</td>