mFilter2 не выводит TV в чанке
Есть чанк brand.tpl.mFilter2.filter.checkbox:
<div class="filter__item [[+bold]]">
<label for="mse2_[[+table]][[+delimeter]][[+filter]]_[[+idx]]" class="checkbox [[+disabled]]">
<span class="checkbox__caption"><span><a href="[[getLinkBrend? &input=`[[+title]]` &id=`[[+value]]`]]">[[+title]]</a></span></span>
</label>
</div>
И вывод фильтра:[[!mFilter2?
&element=`msProducts`
&class=`msProduct`
&totalVar=`total_products`
&paginator=`pdoPage@pages`
&suggestions=`0`
&fastMode=`0`
&limit=`40`
&includeTVs=`countt,price_auto,bold`
&processTVs=`bold`
&where=`[[!getWhere]]`
&tplFilter.outer.year=`my.tpl.mFilter2.filter.slider`
&tplFilter.row.year=`my.tpl.mFilter2.filter.number`
&tplFilter.outer.price=`my.tpl.mFilter2.filter.slider`
&tplFilter.row.price=`my.tpl.mFilter2.filter.number`
&tplFilter.row.brand=`brand.tpl.mFilter2.filter.checkbox`
&tplFilter.outer.default=`my.tpl.mFilter2.filter.outer`
&tplFilter.row.default=`my.tpl.mFilter2.filter.checkbox`
&aliases=`ms|vendor==brand,tv|price_auto==price,tv|year==year,tv|atype==atype,tv|whom==whom,tv|country==country`
&tplOuter=`my.tpl.mFilter2.outer`
&tpls=`ProductTpl,ProductRowTpl`
&sortby=`{"countt":"DESC"}`
&filters=`[[!getWhere? &type=`filters`]],tv|bold`
]]
Но в чанке почему-то плейсхолдеры [[+bold]], [[+tv|bold]] и [[+tv.bold]] все время пустые. Где косяк?