{% extends 'base.html' %} {% load bootstrap4 cache %} {% block inner_content %}
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.
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 %} |
This same meeting list is available on the App. If you have an Android or iPhone, we highly recommend it.