{% 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

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 sub_region, meetings in day_value.items %}

{{ sub_region }}

{% for m in meetings %} {% endfor %}
{{ 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.title }}, {{ m.formatted_address }}
{% endfor %}
{% endfor %}
{% endfor %}