neexistuje nějaký hezčí způsob jak napsat tohle? <th {foreach $filter->attributes as $key ⇒ $value}{=' ' . $key . ‚=„‘ . $value . '“ '}{/foreach}>
n:attr jaksi není co chci <th n:attr=„$filter->attributes“>
výsledek je pak takovýto <th 0=„class:ahoj“></th>
zkus
<th n:attr="(expand)$filter->attributes">
zdá se že funguje, díky