{{fscript keyword := objectContext objectForEntityNamed:'Keyword' wherePrimaryKeyValueIs:keywordID. globals setKeyword:keyword. objs := objectContext objectsForEntityNamed:'Organization' qualifierLocum:'keywordOrganizations.keywordID == $kID' bindings:#{'kID' -> keywordID}. objs := (objs at:(objs name sort)). globals setOrganizations:objs. }}

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

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