Varaibles don't seem to display when using remote data and a custom template
I have the following within my custom card template.
AssigneeList is an json object within the returned json for each card detail.
<div>
${for(Assignee of AssigneeList)}
<div>
${Assignee.hruserID}
</div>
${/for}
</div>