{foreach $contacts as $contact}
+ {$cgcs = apply_filters( 'glm_custom_fields', 'CGCS?', $contact.id )}
{if $contact.active.value == 1}
{$customFieldGroups = apply_filters('get_glm_custom_grouped_fields','glm-member-db-contacts',$contact.id)}
{$contact_title=""}
{$contact_mobile_phone=""}
{$contact_office_phone=""}
- {$cgcs = apply_filters( 'glm_custom_fields', 'CGCS?', $contact.id )}
{$contact_fname=$contact.business_fname}
{$contact_lname=$contact.business_lname}
{$contact_addr1=$contact.business_addr1}