Conference Executive Committee
{% for people in su.collection( “people” ).sort( “lastName” ) %}
{% if people.approved == “Yes” %}
{% if people.type == “Conference Executive Committee” %}
{% endif %}
{% endif %}
{% endfor %}
{{ people.salutation }} {{ people.firstName }} {{ people.lastName }}
{% if people.position %}
{{ people.position }}
{% endif %}
{% if people.phone %}
Phone:
{{ people.phone }}
{% endif %}
{% if people.email %}
{% endif %}
{{ people.phone }}