Kansas Churches
{% for church in su.collection( “church” ).sort( “churchName” ) %}
{% if church.approved == “yes” %}
{% if church.state == “Kansas” %}
{{ church.churchName }}
{% endif %} {% endif %} {% endfor %}
Nebraska Churches
{% for church in su.collection( “church” ).sort( “churchName” ) %}
{% if church.approved == “yes” %}
{% if church.state == “Nebraska” %}
{% endif %} {% endif %} {% endfor %}
{{ church.churchName }}
{% if church.address.address %}{{ church.address.address }}
{{ church.address.city }}, {{ church.address.state }} {{ church.address.zip }}
{{ church.address.city }}, {{ church.address.state }} {{ church.address.zip }}
{% endif %} {% if church.pastorS %}
Pastor: {{ church.pastorS }}
{% endif %} {% if church.sabbathSchoolStartTime %}
Saturday Bible Study: {{ church.sabbathSchoolStartTime }}
{% endif %}
{% if church.worshipStartTime %}
Saturday Worship: {{ church.worshipStartTime }}
{% endif %} Social Media:
{% if church.phone %}
Church Phone: {{ church.phone }}
{% endif %}
{% if church.fax %}
Church Fax: {{ church.fax }}
{% endif %}
{% if church.email %}
{% endif %}
{% if church.website %}
{% endif %}