<%= PULSE.app.common.content.truncateText( data.title ?? \'\', 70 ) %>
<%= PULSE.app.common.content.truncateText( data.description ?? \'\', 70 ) %>
<% if (competitionReference.label || tagLabel) { %>"use strict";function _defineProperty(e,t,a){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function _classPrivateMethodInitSpec(e,t){_checkPrivateRedeclaration(e,t),t.add(e)}function _checkPrivateRedeclaration(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function _classPrivateGetter(e,t,a){return a(_assertClassBrand(e,t))}function _assertClassBrand(e,t,a){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:a;throw new TypeError("Private element is not present on this object")}function _defineProperty(e,t,a){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function _defineProperty(e,t,a){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function _defineProperty(e,t,a){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}PULSE.app.templates["common.media-list-items-wrapper"]=_.template('<% _.each( items, function( item ) { %>
<%= text %>
<%= data.pageInfo.numEntries %>
'),PULSE.app.templates["common.image-element"]=_.template("<%= description %>
<%= PULSE.app.common.content.truncateText( data.description, 85 ) %>
<% } %> <% if ( data.type.toLowerCase() === 'playlist' ) { %> <%= render( {\n cssClass: 'media-thumbnail__expand-icon',\n name: 'expand-out'\n }, 'common.svg-icon' ) %> <% } %> "),PULSE.app.templates["common.media-thumbnail"]=_.template('<% var publishLabel = PULSE.app.common.content.getPublishStringFromTag( data ) %> <% var modalId = \'\' %> <% var playlistSize = 0 %> <% var thumbnailTypeText = \'\' %> <% var competitionReference = { label: "", logo: "", url: "", cssClass: "" } %> <% var tagLabel = data.tags.find(item => item.label.includes(\'tag:\') )?.label.replace(\'tag:\', \'\') %> <% var tagLabelForUrl = tagLabel?.replace(\' \', \'-\') %> <% var tagLabelRegexString = \'[a-z ]+\' %> <% var tagUrl = PULSE.I18N.lookupKey( \'url.tag.\' + tagLabelForUrl ) %> <% var typeIconName = \'news\' %> <% var isExclusiveContent = data.tags.find(tag => tag.label === \'AFLClubExclusive:Yes\') ? true : false %> <% if ( data.type.toLowerCase() === \'video\' ) { %> <% modalId = \'data-ui-modal="#VideoModal"\' %> <% typeIconName = \'video-playback\' %> <% } else if ( data.type.toLowerCase() === \'playlist\' ) { %> <% modalId = \'data-ui-modal="#GalleryModal"\' %> <% playlistSize = data.items.length %> <% typeIconName = \'gallery\' %> <% } %> <% if ( tagLabel === \'podcasts\' ) { %> <% typeIconName = \'listen\' %> <% } %> <% for (var i = 0; i < data.references.length; i++) { %> <% if (data.references[i].type == \'AFL_COMPETITION\') { %> <% competitionReference.label = PULSE.I18N.lookupKey( \'label.AFL_COMPETITION.\' + data.references[i].id ) %> <% competitionReference.logo = PULSE.I18N.lookupKey( \'logo.AFL_COMPETITION.\' + data.references[i].id ) %> <% competitionReference.url = PULSE.I18N.lookupKey( \'url.AFL_COMPETITION.\' + data.references[i].id ) %> <% competitionReference.cssClass = competitionReference.label.toLowerCase() %> <% } %> <% } %> <% if ( competitionReference.url.includes(\'url.AFL_COMPETITION.\') ) competitionReference.url = null %> <% if ( tagUrl.includes(\'url.tag.\') ) tagUrl = null %><%= PULSE.app.common.content.truncateText( data.description ?? \'\', 70 ) %>
<% if (competitionReference.label || tagLabel) { %><%= item.description %>
<% } %><%= description %>
Published on <%= date %> <%= render( {\n cssClass: \'modal__intro-chevron u-hide-from-tablet\',\n name: \'chevron\'\n }, \'common.svg-icon\' ) %><%= description %>
Published on <%= date %><%= description %>
<%= PULSE.I18N.lookupKey( \'label.published-on\' ) %> <%= date %> '),PULSE.app.templates["common.video-modal-inline-player"]=_.template('