
Join our email list for updates:
Browse By State
{% for key,value in stateArray %} {% if craft.entries.section('screenings').type('screenings').search(key).count() > 0 %}{{value}}{% endif %} {% endfor %}
{% for key,value in stateArray %} {% set screeningsEntry = craft.entries.section('screenings').type('screenings').search(key).order('screeningDate asc') %} {% if screeningsEntry.count() > 0 %}{{value}}
{% for entry in screeningsEntry %}Dates: {{ entry.screeningDate|date('long') }}{% if entry.enddate %} - {{ entry.enddate|date('long') }}{% endif %}
{% if entry.talentAvailable %}In-Person Filmmaker Q&A{% if entry.talentNotes %} ({{ entry.talentNotes }}){% endif %}
{% endif %} Get Tickets