{% extends 'base.html' %} {% load bootstrap4 cache %} {% block inner_content %}

Meeting Directory

Welcome to SEPIA's list of meetings in the Philadelphia five-county area. Click a column header to sort by that header, or use the search box to search any field.

{% for meeting in meetings %} {% endfor %}
Group Day Time Type
{{ meeting.group.name }}
{{ meeting.meeting_location.address1 }}
{{ meeting.meeting_location.city }}, {{ meeting.meeting_location.state }} {{ meeting.meeting_location.postal_code }}
{{ meeting.meeting_location.region }}
{{ meeting.get_day_of_week_display }} {{ meeting.start_time }} - {{ meeting.end_time }} {% for type in meeting.types.all %} {{ type.type_name }}
{% endfor %}

Search Tips!
Example Searches

  • ardmore
  • 19129
  • women
  • bucks county
  • friday
  • bethlehem pike

  • Get the Meeting Guide App

    This same meeting list is available on the App. If you have an Android or iPhone, we highly recommend it.

  • iPhone: download here!
  • Android: download here!
  • {% endblock inner_content %}