{% load bootstrap4 static %}
SEPIA MEETING DIRECTORY


{% now "F Y" %}





SOUTHEASTERN PENNSYLVANIA INTERGROUP ASSOCIATION
444 North 3rd Street, 3rd Floor
Philadelphia, PA 19123




Phone: 215-923-7900 Fax: 215-923-7133
Website: www.aasepia.org Email: info@aasepia.org
OPEN meetings can be attended by anyone.
CLOSED meetings can be attended by anyone who has a desire to stop drinking.
If you think you have a problem with alcohol, you are welcome to attend closed meetings.

Meeting Type Codes

{% for type in meeting_types %} {% endfor %}
{{ type.intergroup_code }}: {{ type.type_name }}


NOTE: Please refer to our website for the most
up-to-date information about all meetings.

www.AASEPIA.org

{% for region, region_value in meetings.items %}
{{ region }}
{% for day, day_value in region_value.items %}
{{ day }} {% for postal_code, meetings in day_value.items %}

{{ postal_code }}

{% spaceless %} {% for m in meetings %} {% endfor %} {% endspaceless %}
{{ m.time_formatted }} {{ m.types|join:";" }} {{ m.name }} {% if m.district %} (D{{ m.district }}) # {% if m.gso_number %} {{ m.gso_number }} {% else %} 0 {% endif %} {% endif %} {{ m.location }}, {{ m.formatted_address }} {% if m.location_details %} ({{ m.location_details }}) {% endif %} {% if m.meeting_details %} ({{ m.meeting_details }}) {% endif %}
{% endfor %}
{% endfor %}
{% endfor %}