<div class="qmod-ui-tool qmod-industrypeerscomparison"><h2 class="qmod-heading qmod-hbg"><span rv-if="scope.data.source"><span class="qmod-tool-name">{tplLang.ipc_toolname_with_symbol | toLang tLang} {scope.data.source}</span></span><span rv-unless="scope.data.source"><span class="qmod-tool-name">{tplLang.ipc_toolname | toLang tLang}</span></span></h2><div class="qmod-industrypeers-controls" rv-unless="scope.noData"><div class="pure-g"><div class="pure-u-1"><div class="pure-u-md-1-2"><div class="qmod-mode-tab qmod-panel-control" rv-if="scope.binders.modeControl.enabled"><ul class="qmod-mode-list"><li class="qmod-mode-item qmod-mode-item-keyinfo" rv-class-qmod-active="scope.states.currMode|= 'keyinfo'"><a class="qmod-mode-item-link" rv-on-click="scope.binders.modeControl.change" rv-data-qmod-mode="0"><div class="qmod-mode-text">{tplLang.keyinfo | toLang tLang}</div></a></li><li class="qmod-mode-item qmod-mode-item-pridedata" rv-class-qmod-active="scope.states.currMode|= 'pricedata'"><a class="qmod-mode-item-link" rv-on-click="scope.binders.modeControl.change" rv-data-qmod-mode="1"><div class="qmod-mode-text">{tplLang.pricequotes | toLang tLang}</div></a></li></ul></div></div><div class="pure-u-md-1-2"><div class="qmod-edit-peerlist" rv-if="scope.binders.allowPeerCustomization" rv-hide="scope.binders.loadingState"><editpeerlist options="editPeerListOpts"></editpeerlist></div><div class="qmod-industry-text" rv-if="scope.data.industry | != ''"><span class="qmod-sector-value" rv-if="scope.data.sector">{scope.data.sector}</span><i class="qmod-icon qm_icon-arrow-long-right-med" rv-if="scope.data.sector"></i><span class="qmod-industry-value">{scope.data.industry}</span></div><div class="qmod-buttons-country" rv-if="scope.binders.countryOptions.enabled" rv-show="scope.binders.countryOptions.visible"><span rv-each-compare="scope.binders.countryOptions.list"><a class="qmod-buttons-country-link" rv-on-click="scope.binders.countryOptions.change" rv-class-qmod-active="scope.binders.countryOptions.selected|= index"><span class="qmod-flag flag" rv-addclass="compare.label | str_replace 'US' 'USA'"></span></a></span></div><div class="qmod-button-industry" rv-if="scope.binders.industryOptions.enabled" rv-show="scope.binders.industryOptions.visible"><a class="qmod-industry-toggle" rv-on-click="scope.binders.modals.open" data-qmod-modal="0"><span>{tplLang.changeindustry | toLang tLang}</span></a></div><div class="qmod-popup-wrapper" rv-show="scope.binders.modals.show"><div class="qmod-popup"><div class="qmod-popup-title"><span class="qmod-t" rv-text="scope.binders.modals.getSelectedTitle &lt; selected"></span><span class="qmod-t-append" rv-if="scope.binders.modals.data.titleAppend">- {scope.binders.modals.data.titleAppend}</span><div class="qmod-popup-titlebar-buttons"><button class="qmod-btn" rv-on-click="scope.binders.modals.close" rv-aria-label="'Close Modal' | i8ln tpLang">&times;</button></div></div><div class="qmod-popup-body"><div class="qmod-modal-content" rv-show="scope.binders.modals.selected|= 0"><div class="qmod-industry-body"><ul class="qmod-industry-menu" rv-if="scope.binders.industryOptions.data.0.subsector"><li class="qmod-sector-item qmod-sector-item-sector" rv-each-sector="scope.binders.industryOptions.data"><span class="qmod-toggle-control"><a rv-if="sector.subsector" rv-on-click="scope.binders.industryOptions.toggleNaicsChild" rv-data-qmod-depth="1"><i class="qmod-sector-expand fa fa-plus qmod-pull-left qmod-f-left" rv-unless="sector.active"></i><i class="qmod-sector-expand fa fa-minus qmod-pull-left qmod-f-left" rv-if="sector.active"></i></a></span><a rv-on-click="scope.binders.industryOptions.change" rv-data-qmod-code="sector.code" rv-data-qmod-name="sector.name" rv-data-sector-index="index"><span class="qmod-sector-name">{sector.name}</span></a><ul class="qmod-industry-submenu" rv-if="sector.subsector" rv-show="sector.active"><li class="qmod-sector-item qmod-sector-item-subsector" rv-each-subsector="sector.subsector"><span class="qmod-toggle-control"><a rv-if="subsector.industrygroup" rv-on-click="scope.binders.industryOptions.toggleNaicsChild" rv-data-qmod-depth="2"><i class="qmod-sector-expand fa fa-plus qmod-pull-left qmod-f-left" rv-unless="subsector.active"></i><i class="qmod-sector-expand fa fa-minus qmod-pull-left qmod-f-left" rv-if="subsector.active"></i></a></span><a rv-on-click="scope.binders.industryOptions.change" rv-data-qmod-code="subsector.code" rv-data-qmod-name="subsector.name"><span>{subsector.name}</span></a><ul class="qmod-industry-submenu" rv-if="subsector.industrygroup" rv-show="subsector.active"><li class="qmod-sector-item qmod-sector-item-industrygroup" rv-each-industrygroup="subsector.industrygroup"><span class="qmod-toggle-control"><a rv-if="industrygroup.industry" rv-on-click="scope.binders.industryOptions.toggleNaicsChild" rv-data-qmod-depth="3"><i class="qmod-sector-expand fa fa-plus qmod-pull-left qmod-f-left" rv-unless="industrygroup.active"></i><i class="qmod-sector-expand fa fa-minus qmod-pull-left qmod-f-left" rv-if="industrygroup.active"></i></a></span><a rv-on-click="scope.binders.industryOptions.change" rv-data-qmod-code="industrygroup.code" rv-data-qmod-name="industrygroup.name"><span>{industrygroup.name}</span></a><ul class="qmod-industry-submenu" rv-if="industrygroup.industry" rv-show="industrygroup.active"><li class="qmod-sector-item qmod-sector-item-industry" rv-each-industry="industrygroup.industry"><span class="qmod-toggle-control"><a rv-if="industry.subindustry" rv-on-click="scope.binders.industryOptions.toggleNaicsChild" rv-data-qmod-depth="4"><i class="qmod-sector-expand fa fa-plus qmod-pull-left qmod-f-left" rv-unless="industry.active"></i><i class="qmod-sector-expand fa fa-minus qmod-pull-left qmod-f-left" rv-if="industry.active"></i></a></span><a rv-on-click="scope.binders.industryOptions.change" rv-data-qmod-code="industry.code" rv-data-qmod-name="industry.name" rv-data-sector-index="index"><span>{industry.name}</span></a><ul class="qmod-industry-submenu" rv-if="industry.subindustry" rv-show="industry.active"><li class="qmod-sector-item qmod-sector-item-subindustry" rv-each-subindustry="industry.subindustry"><span class="qmod-toggle-control"></span><a rv-on-click="scope.binders.industryOptions.change" rv-data-qmod-code="subindustry.code" rv-data-qmod-name="subindustry.name"><span>{subindustry.name}</span></a></li></ul></li></ul></li></ul></li></ul></li></ul><ul class="qmod-industry-menu" rv-if="scope.binders.industryOptions.data.0.group"><li class="qmod-sector-item qmod-sector-item-sector" rv-each-sector="scope.binders.industryOptions.data"><span class="qmod-toggle-control"><a rv-if="sector.group" rv-on-click="scope.binders.industryOptions.toggleGlobalChild" rv-data-qmod-depth="1"><i class="qmod-sector-expand fa fa-plus qmod-pull-left qmod-f-left" rv-unless="sector.active"></i><i class="qmod-sector-expand fa fa-minus qmod-pull-left qmod-f-left" rv-if="sector.active"></i></a></span><a rv-on-click="scope.binders.industryOptions.change" rv-data-qmod-code="sector.code" rv-data-qmod-name="sector.name" rv-data-sector-index="index"><span class="qmod-sector-name">{sector.name}</span></a><ul class="qmod-industry-submenu" rv-if="sector.group" rv-show="sector.active"><li class="qmod-sector-item qmod-sector-item-group" rv-each-group="sector.group"><span class="qmod-toggle-control"><a rv-if="group.industry" rv-on-click="scope.binders.industryOptions.toggleGlobalChild" rv-data-qmod-depth="2"><i class="qmod-sector-expand fa fa-plus qmod-pull-left qmod-f-left" rv-unless="group.active"></i><i class="qmod-sector-expand fa fa-minus qmod-pull-left qmod-f-left" rv-if="group.active"></i></a></span><a rv-on-click="scope.binders.industryOptions.change" rv-data-qmod-code="group.code" rv-data-qmod-name="group.name"><span>{group.name}</span></a><ul class="qmod-industry-submenu" rv-if="group.industry" rv-show="group.active"><li class="qmod-sector-item qmod-sector-item-industry" rv-each-industry="group.industry"><span class="qmod-toggle-control"></span><a rv-on-click="scope.binders.industryOptions.change" rv-data-qmod-code="industry.code" rv-data-qmod-name="industry.name"><span>{industry.name}</span></a></li></ul></li></ul></li></ul></div></div><div class="qmod-modal-content" rv-show="scope.binders.modals.selected|= 1"><div class="qmod-week-body"><div class="pure-g"><div class="pure-u-1-2"><div class="qmod-weekh-con qmod-weekh-con-high"><span class="qmod-weekh"><div class="qmod-weekh-label">{tplLang.52weekhigh | toLang tLang}</div><div class="qmod-weekh-date">{scope.binders.modals.data.pricedata.fundamental.week52high.date | momentjs true 'LL' tLang}</div><div class="qmod-weekh-datapoint">{scope.binders.modals.data.pricedata.fundamental.week52high.content | asQHLast tLang '&mdash;' }</div></span></div></div><div class="pure-u-1-2"><div class="qmod-weekh-con qmod-weekh-con-low"><span class="qmod-weekh"><div class="qmod-weekh-label">{tplLang.52weeklow | toLang tLang}</div><div class="qmod-weekh-date">{scope.binders.modals.data.pricedata.fundamental.week52low.date | momentjs 'true' 'LL' tLang}</div><div class="qmod-weekh-datapoint">{scope.binders.modals.data.pricedata.fundamental.week52low.content | asQHLast tLang '&mdash;' }</div></span></div></div></div><div class="pure-g"><div class="pure-u-1-1"><div class="qmod-weekh-chart"><img rv-alt="tplLang.52weekinfo | toLang tLang" rv-qmod-get52weekchart="scope.binders.modals.data.pricedata.symbolinfo.symbolstring"/></div></div></div></div></div></div></div></div></div></div></div></div><div class="qmod-loading-panel qmod-loading" rv-if="scope.binders.loadingState"><div class="qmod-loading-segment"><div class="qmod-loading-output"><div class="qmod-loader-threedot"></div></div></div></div><div class="qmod-peer-output" rv-class-qmod-loading="scope.binders.loadingState"><div class="qmod-block-wrapper qmod-key-info-chart" rv-show="scope.data.peers | asArrayLength" rv-if="scope.states.currMode |= 'keyinfo'" rv-class-qmod-loading="scope.binders.loadingState"><div class="pure-g"><div class="pure-u-1"><div class="qmod-panel qmod-chart-panel"><div class="qmod-chart qmod-ki-chart"><div id="qmod-ki-chart1"></div></div></div></div></div></div><div class="qmod-block-wrapper qmod-key-info-output" rv-if="scope.states.currMode |= 'keyinfo'" rv-class-qmod-loading="scope.binders.loadingState"><div class="pure-g"><div class="pure-u-1-1"><div class="qmod-panel qmod-key-info" rv-show="scope.data.peers | asArrayLength"><div class="qmod-chart-message" rv-if="scope.binders.chartControl.enabled">{tplLang.selectupto | toLang tLang} {scope.data.chartLimit} {tplLang.symbolstocompare | toLang tLang}</div><div class="qmod-table-con key-info-table"><table class="qmod-table qmod-key-info-table nowrap" width="100%"><thead><tr><td class="qmod-control qmod-th-0"></td><th class="qmod-textl qmod-th-1">{tplLang.symbol | toLang tLang}</th><th class="qmod-textl qmod-th-2">{tplLang.name | toLang tLang}</th><th class="qmod-textr qmod-th-3">{tplLang.marketcap | toLang tLang}</th><th class="qmod-textr qmod-th-4">{tplLang.revenuemil | toLang tLang}</th><th class="qmod-textr qmod-th-5">{tplLang.profitmargin | toLang tLang}</th><th class="qmod-textr qmod-th-6">{'ROE (LTM)' | i8ln tLang}</th><th class="qmod-textr qmod-th-7">{tplLang.ps | toLang tLang}</th><th class="qmod-textr qmod-th-8">{tplLang.pb | toLang tLang}</th><th class="qmod-textr qmod-th-9">{tplLang.pe | toLang tLang}</th><th class="qmod-textr qmod-th-10">{"div yield" | i8ln tLang}</th><th class="qmod-textr qmod-th-11">{tplLang.threeyrrev | toLang tLang}</th><th class="qmod-textr qmod-th-12">{tplLang.fiveyrrev | toLang tLang}</th><th class="qmod-textr qmod-th-13">{tplLang.thirtydayavgvol | toLang tLang}</th><th class="qmod-textc qmod-th-14" rv-if="actionMenuOpts.showMenu">{'Actions' | i8ln tLang}</th></tr></thead><tbody><tr class="qmod-table-row" rv-each-keyinfo="scope.data.peers" rv-class-qmod-searched-symbol="keyinfo.isSearchSymbol"><td class="qmod-control qmod-td-0"></td><td class="qmod-textl qmod-td-1"><div class="qmod-symbol-wrap"><checkbox rv-if="scope.binders.chartControl.enabled" item="keyinfo" ontogglestate="scope.binders.chartControl.toggleCharted" index="index" checked="keyinfo.isCharted" color="keyinfo.color" disabled="keyinfo.disabled"></checkbox><span rv-unless="scope.data.symbolForwardURL">{keyinfo.symbolinfo.symbolstring}</span><span rv-if="scope.data.symbolForwardURL"><a class="qmod-table-link" rv-href="scope.data.symbolForwardURL | postFixWord keyinfo.symbolinfo.symbolstring">{keyinfo.symbolinfo.symbolstring}</a></span></div></td><td class="qmod-textl qmod-td-2"><span rv-if="keyinfo.symbolinfo.equityinfo.longname"><div class="qmod-truncate" rv-if="scope.data.longNameForwardURL"><a class="qmod-table-link" rv-if="keyinfo.symbolinfo.equityinfo.longname" rv-href="scope.data.longNameForwardURL | postFixWord keyinfo.symbolinfo.symbolstring">{keyinfo.symbolinfo.equityinfo.longname}</a></div></span><span rv-if="keyinfo.symbolinfo.equityinfo.longname"><div class="qmod-truncate" rv-unless="scope.data.longNameForwardURL"><span class="qmod-longname-tooltip" rv-if="keyinfo.symbolinfo.equityinfo.longname">{keyinfo.symbolinfo.equityinfo.longname}</span></div></span></td><td class="qmod-textr qmod-td-3" rv-data-sort="keyinfo.fundamental.marketcap"><span rv-if="keyinfo.fundamental.marketcap"><div class="qmod-tcell">{keyinfo.fundamental.marketcap | numeraljs '0,0.[00a]' '&mdash;' tLang}</div></span><span rv-unless="keyinfo.fundamental.marketcap"><div class="qmod-tcell">-</div></span></td><td class="qmod-textr qmod-td-4"><span rv-if="keyinfo.keyratios.incomestatements.revenue"><div class="qmod-tcell">{keyinfo.keyratios.incomestatements.revenue | math '/' 1000000 | asQHLast tLang}</div></span><span rv-unless="keyinfo.keyratios.incomestatements.revenue"><div class="qmod-tcell">-</div></span></td><td class="qmod-textr qmod-td-5" rv-data-sort="keyinfo.keyratios.profitability.profitmargintot"><span class="qmod-tcell">{keyinfo.keyratios.profitability.profitmargintot | numeraljs '0,0.0[0]' '&mdash;' tLang}</span><span rv-if="keyinfo.keyratios.profitability.profitmargintot">%</span></td><td class="qmod-textr qmod-td-6"><div class="qmod-tcell">{keyinfo.keyratios.managementeffectiveness.returnonequityLTM | numeraljs '0,0.0[0]' '&mdash;' tLang}</div><span rv-if="keyinfo.keyratios.managementeffectiveness.returnonequityLTM">%</span></td><td class="qmod-textr qmod-td-7"><div class="qmod-tcell">{keyinfo.keyratios.valuationmeasures.pricetosales | numeraljs '0,0.0[0]' '&mdash;' tLang}</div></td><td class="qmod-textr qmod-td-8"><div class="qmod-tcell">{keyinfo.keyratios.valuationmeasures.pricetobook | numeraljs '0,0.0[0]' '&mdash;' tLang}</div></td><td class="qmod-textr qmod-td-9"><div class="qmod-tcell">{keyinfo.keyratios.valuationmeasures.peratio | numeraljs '0,0.0[0]' '&mdash;' tLang}</div></td><td class="qmod-textr qmod-td-10" rv-data-sort="keyinfo.keyratios.dividendssplits.dividendyield"><span class="qmod-tcell">{keyinfo.keyratios.dividendssplits.dividendyield | numeraljs '0.00' '&mdash;' tLang}</span><span rv-if="keyinfo.keyratios.dividendssplits.dividendyield">%</span></td><td class="qmod-textr qmod-td-11" rv-data-sort="keyinfo.keyratios.incomestatements.revenue3years"><span class="qmod-tcell">{keyinfo.keyratios.incomestatements.revenue3years | numeraljs '0,0.0[0]' '&mdash;' tLang}</span><span rv-if="keyinfo.keyratios.incomestatements.revenue3years">%</span></td><td class="qmod-textr qmod-td-12" rv-data-sort="keyinfo.keyratios.incomestatements.revenue5years"><span class="qmod-tcell">{keyinfo.keyratios.incomestatements.revenue5years | numeraljs '0,0.0[0]' '&mdash;' tLang}</span><span rv-if="keyinfo.keyratios.incomestatements.revenue5years">%</span></td><td class="qmod-textr qmod-td-13"><div class="qmod-tcell">{keyinfo.fundamental.avg30dayvolume | numeraljs '0.[00a]' '&mdash;' tLang}</div></td><td class="qmod-textc qmod-actions qmod-col-nopad qmod-td-13" rv-if="actionMenuOpts.showMenu"><actionmenu actionMenuOpts="actionMenuOpts" quoteData="keyinfo" forwardSymbol="keyinfo.symbolinfo.symbolstring"></actionmenu></td></tr></tbody></table></div><div class="qmod-panel-control" rv-unless="scope.isUsingCustom | call"><div class="qmod-control-segment qmod-control-segment-more"><span class="qmod-button-more" rv-if="scope.binders.moreControl.enabled" rv-show="scope.binders.moreControl.visible"><button class="qmod-control-btn qmod-btn" rv-on-click="scope.binders.moreControl.change" tabindex="0">{tplLang.more| toLang tLang}</button></span></div><div class="qmod-control-segment qmod-control-segment-less"><span class="qmod-button-less" rv-if="scope.binders.lessControl.enabled" rv-show="scope.binders.lessControl.visible"><button class="qmod-control-btn qmod-btn" rv-on-click="scope.binders.lessControl.change" tabindex="0">{tplLang.less| toLang tLang}</button></span></div></div></div><div class="qmod-panel qmod-invalid qmod-peers-no-data" rv-unless="scope.data.peers | asArrayLength" rv-hide="scope.binders.loadingState">{tplLang.nodata| toLang tLang} {scope.data.source}</div></div></div></div><div class="qmod-block-wrapper qmod-price-data-chart" rv-show="scope.data.peers | asArrayLength" rv-if="scope.states.currMode |= 'pricedata'" rv-class-qmod-loading="scope.binders.loadingState"><div class="pure-g"><div class="pure-u-1"><div class="qmod-panel qmod-chart-panel"><div class="qmod-chart-buttons-rs" rv-show="scope.binders.dateRange.visible"><ul class="qmod-legend"><li rv-each-time="scope.binders.dateRange.list" rv-show="time.visible" rv-on-click="scope.binders.dateRange.change" rv-class-qmod-active="index|= scope.binders.dateRange.selected"><span class="qmod-btn-text">{time.label | i8ln tLang}</span></li></ul></div><div class="qmod-chart qmod-pd-chart"></div></div></div></div></div><div class="qmod-block-wrapper qmod-price-data-output" rv-if="scope.states.currMode |= 'pricedata'" rv-class-qmod-loading="scope.binders.loadingState"><div class="pure-g"><div class="pure-u-1-1"><div class="qmod-panel qmod-price-data" rv-show="scope.data.peers | asArrayLength"><div class="qmod-chart-message" rv-if="scope.binders.chartControl.enabled">{tplLang.selectupto | toLang tLang} {scope.data.chartLimit} {tplLang.symbolstocompare | toLang tLang}</div><div class="qmod-table-con price-data-table"><table class="qmod-table qmod-price-data-table nowrap" width="100%"><thead><tr><td class="qmod-control qmod-th-0"></td><th class="qmod-textl qmod-th-1">{tplLang.symbol | toLang tLang}</th><th class="qmod-textl qmod-th-2">{tplLang.name | toLang tLang}</th><th class="qmod-textr qmod-th-3">{tplLang.last | toLang tLang}</th><th class="qmod-textr qmod-th-4">{tplLang.change | toLang tLang}</th><th class="qmod-textr qmod-th-5">{tplLang.changepct | toLang tLang}</th><th class="qmod-textr qmod-th-6">{tplLang.open | toLang tLang}</th><th class="qmod-textr qmod-th-7">{tplLang.high | toLang tLang}</th><th class="qmod-textr qmod-th-8">{tplLang.low | toLang tLang}</th><th class="qmod-textr qmod-th-9">{tplLang.52weekrange | toLang tLang}</th><th class="qmod-textr qmod-th-10">{tplLang.totalvaluemil | toLang tLang}</th><th class="qmod-textr qmod-th-11">{tplLang.totaltrades | toLang tLang}</th><th class="qmod-textc qmod-th-12" rv-if="actionMenuOpts.showMenu">{'Actions' | i8ln tLang}</th></tr></thead><tbody><tr class="qmod-table-row" rv-each-pricedata="scope.data.peers" rv-class-qmod-searched-symbol="pricedata.isSearchSymbol"><td class="qmod-control qmod-td-0"></td><td class="qmod-textl qmod-td-1"><div class="qmod-symbol-wrap"><checkbox rv-if="scope.binders.chartControl.enabled" item="pricedata" ontogglestate="scope.binders.chartControl.toggleCharted" index="index" checked="pricedata.isCharted" color="pricedata.color" disabled="pricedata.disabled"></checkbox><span rv-unless="scope.data.symbolForwardURL">{pricedata.symbolinfo.symbolstring}</span><span rv-if="scope.data.symbolForwardURL"><a class="qmod-table-link" rv-href="scope.data.symbolForwardURL | postFixWord pricedata.symbolinfo.symbolstring">{pricedata.symbolinfo.symbolstring}</a></span></div></td><td class="qmod-textl qmod-td-2"><span rv-if="pricedata.symbolinfo.equityinfo.longname"><div class="qmod-truncate" rv-if="scope.data.longNameForwardURL"><a class="qmod-table-link" rv-if="pricedata.symbolinfo.equityinfo.longname" rv-href="scope.data.longNameForwardURL | postFixWord pricedata.symbolinfo.symbolstring">{pricedata.symbolinfo.equityinfo.longname}</a></div></span><span rv-if="pricedata.symbolinfo.equityinfo.longname"><div class="qmod-truncate" rv-unless="scope.data.longNameForwardURL"><span class="qmod-longname-tooltip" rv-if="pricedata.symbolinfo.equityinfo.longname">{pricedata.symbolinfo.equityinfo.longname}</span></div></span></td><td class="qmod-textr qmod-td-3"><div class="qmod-tcell">{pricedata.pricedata.last | asQHLast tLang '&mdash;' }</div></td><td class="qmod-textr qmod-td-4"><div class="qmod-tcell">{pricedata.pricedata.change | asQHLast tLang '&mdash;' }</div></td><td class="qmod-textr qmod-td-5"><div class="qmod-tcell">{pricedata.pricedata.changepercent | numeraljs '0.00' '&mdash;'| postFix '%' tLang}</div></td><td class="qmod-textr qmod-td-6"><div class="qmod-tcell">{pricedata.pricedata.open | asQHLast tLang '&mdash;' }</div></td><td class="qmod-textr qmod-td-7"><div class="qmod-tcell">{pricedata.pricedata.high | asQHLast tLang '&mdash;' }</div></td><td class="qmod-textr qmod-td-8"><div class="qmod-tcell">{pricedata.pricedata.low | asQHLast tLang '&mdash;' }</div></td><td class="qmod-textr qmod-td-9"><div class="qmod-tcell"><!--a.qmod-popup-link(rv-on-click='scope.binders.modals.open' rv-data-qmod-modal='1' rv-data-qmod-model-index='index') {pricedata.fundamental.week52low.content | asQHLast tLang '&mdash;' } - {pricedata.fundamental.week52high.content | asQHLast tLang '&mdash;' }--><a class="qmod-popup-link" rv-if="pricedata.fundamental.week52low.content" rv-on-click="scope.binders.modals.open" rv-data-qmod-modal="1" rv-data-qmod-model-index="index" rv-data-low="pricedata.fundamental.week52low.content" rv-data-high="pricedata.fundamental.week52high.content" rv-data-symbol="tradee.symbolstring">{pricedata.fundamental.week52low.content | asQHLast} - {pricedata.fundamental.week52high.content | asQHLast}</a><span rv-unless="pricedata.fundamental.week52low.content">-</span></div></td><td class="qmod-textr qmod-td-10"><div class="qmod-tcell">{pricedata.pricedata.totalvalue | math '/' 1000000 | asQHLast tLang '&mdash;' }</div></td><td class="qmod-textr qmod-td-11"><div class="qmod-tcell">{pricedata.pricedata.totaltrades | numeraljs '0,0' '&mdash;' tLang}</div></td><td class="qmod-textc qmod-actions qmod-col-nopad qmod-td-12" rv-if="actionMenuOpts.showMenu"><actionmenu actionMenuOpts="actionMenuOpts" quoteData="pricedata" forwardSymbol="pricedata.symbolinfo.symbolstring"></actionmenu></td></tr></tbody></table></div><div class="qmod-panel-control" rv-unless="scope.isUsingCustom | call"><div class="qmod-control-segment qmod-control-segment-more"><div class="qmod-button-more" rv-if="scope.binders.moreControl.enabled" rv-show="scope.binders.moreControl.visible"><button class="qmod-control-btn qmod-btn" rv-on-click="scope.binders.moreControl.change" tabindex="0">{tplLang.more| toLang tLang}</button></div></div><div class="qmod-control-segment qmod-control-segment-less"><div class="qmod-button-less" rv-if="scope.binders.lessControl.enabled" rv-show="scope.binders.lessControl.visible"><button class="qmod-control-btn qmod-btn" rv-on-click="scope.binders.lessControl.change" tabindex="0">{tplLang.less| toLang tLang}</button></div></div></div></div><div class="qmod-panel qmod-invalid qmod-peers-no-data" rv-unless="scope.data.peers | asArrayLength" rv-hide="scope.binders.loadingState">{tplLang.nodata| toLang tLang} {scope.data.source}</div></div></div></div></div></div>