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

{{localize 'Companies with %@ category', category.name}}

{{foreach org organizations do}} {{endforeach do}}
Name Web City
{{org.name}} {{org.defaultEmailAddress.url}} {{org.defaultGeoAddress.city}}
{{localize 'Generated by %@ on %@', objectContext.user.contact.cachedName, date}}.