{% load bootstrap4 static %} {% bootstrap_css %}
SEPIA
Five County Meeting Directory

SEPTEMBER 2018


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

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.
{% for region, region_value in meetings.items %}
{{ region }}
{% for day, day_value in region_value.items %}
{{ day }} {% for sub_region, meetings in day_value.items %}

{{ sub_region }}

{% for m in meetings %} {% endfor %}
{{ m.time_formatted }} {{ m.name }} {% if m.district %}
(D{{ m.district }}{% if m.gso_number %} / GSO #{{ m.gso_number }}{% endif %}) {% endif %}
{{ m.types|join:";" }} {{ m.location.title }}
{{ m.formatted_address }}
{% endfor %}
{% endfor %}
{% endfor %}