{% if _su_is_list == true %}{% set region = su.request.query.region %} {% set orgQuery = su.collection( “organizations” ).approved( “Yes” ).region( region ).sort( “name” ) %}
{% for org in orgQuery.find() %}
{{ org.name }}
{% if not loop.last %} •{% endif %}
{% endfor %}
{% endif %}
{% if loop.index0 % 2 == 1 or loop.last %}
{% if org.website %}{% endif %} {{ org.name }} {% if org.website %}{% endif %}
{#{% if org.address %}#}
{{ org.address.address }}
{% if org.address.city or org.address.state %}
{{ org.address.city }}{% if org.address.state %}, {{ org.address.state }} {{ org.address.zip }}{% endif %}
{% endif %}
pastoral team
{% if org.churchPastor.first or org.churchPastor.last %}
{% set leader = su.collection( “people” ).approved( “Yes” ).firstName( org.churchPastor.first ).lastName(org.churchPastor.last).first() %}
{% endif %}
{{ org.churchPastor.first }} {{ org.churchPastor.last }}
{% if leader.position %}{{ leader.position }}
{% endif %}
{% if org.pastorAssociate.first or org.pastorAssociate.last %}
{% set leader = su.collection( “people” ).approved( “Yes” ).firstName( org.pastorAssociate.first ).lastName(org.pastorAssociate.last).first() %}
{% endif %}
{{ org.pastorAssociate.first }} {{ org.pastorAssociate.last }}
{% if leader.position %}{{ leader.position }}
{% endif %}
{% if org.pastorAssociate2.first or org.pastorAssociate2.last %}
{% set leader = su.collection( “people” ).approved( “Yes” ).firstName( org.pastorAssociate2.first ).lastName(org.pastorAssociate2.last).first() %}
{% endif %}
{{ org.pastorAssociate2.first }} {{ org.pastorAssociate2.last }}
{% if leader.position %}{{ leader.position }}
{% endif %}
{% if org.pastorAssociate3.first or org.pastorAssociate3.last %}
{% set leader = su.collection( “people” ).approved( “Yes” ).firstName( org.pastorAssociate3.first ).lastName(org.pastorAssociate3.last).first() %}
{% endif %}
{{ org.pastorAssociate3.first }} {{ org.pastorAssociate3.last }}
{% if leader.position %}{{ leader.position }}
{% endif %}
{% if org.pastorAssociate4.first or org.pastorAssociate4.last %}
{% set leader = su.collection( “people” ).approved( “Yes” ).firstName( org.pastorAssociate4.first ).lastName(org.pastorAssociate4.last).first() %}
{% endif %}
{{ org.pastorAssociate4.first }} {{ org.pastorAssociate4.last }}
{% if leader.position %}{{ leader.position }}
{% endif %}