{{fscript cat := objectContext objectForEntityNamed:'Category' wherePrimaryKeyValueIs:categoryID. globals setCategory:cat. objs := objectContext objectsForEntityNamed:'Contact' qualifierLocum:'categoryID == $catID' bindings:#{'catID' -> categoryID}. globals setContacts:objs. }}

People with {{category.name}} category

{{foreach contact contacts do}} {{endforeach do}}
Name Email City
{{contact.cachedName}} {{contact.defaultEmailAddress.url}} {{contact.defaultGeoAddress.city}}
Generated by {{objectContext.user.contact.cachedName}} on {{date}}.