Forum Discussion

bnlucas's avatar
bnlucas
Adept
9 years ago

Accessing messages.message.labels.label

I'm trying to access the label text for recent topics, and I can't for the life of me figure this out.   <#macro tabbed title tab call sort_by="" count=10 checked=false> <#if sort_by??> ...
  • PerBonomi's avatar
    9 years ago

    Try

    <#list message.labels.label as label>
            ${label.text}
        </#list>