Executive Committee

Conference Executive Committee


{% for people in su.collection( “people” ).sort( “lastName” ) %} {% if people.approved == “Yes” %} {% if people.type == “Conference Executive Committee” %}

{{ people.salutation }} {{ people.firstName }} {{ people.lastName }}

{% if people.position %}

{{ people.position }}
{% endif %} {% if people.phone %} {% endif %} {% if people.email %} {% endif %}
{% endif %} {% endif %} {% endfor %}