def filter_producerAsHTML(producer): if not producer: return "" return util.renderProducerAsHTML(producer)