Fork me on GitHub {% if request.GET.contact_sent == 'yes' %} Thanks for dropping us a note! We look forward to getting in touch with you. In the meantime, consider joining our little group or RSVP'ing for our next event to see what we're all about! {% endif %}

{{ next_event.name|safe }}

{% if next_event.venue.id %}
{{ next_event.venue.name }}{% if next_event.venue.address_1 %} // {{ next_event.venue.address_1 }}{% if next_event.venue.address_2 %}, {{ next_event.venue.address_2 }}{% endif %}{% endif %} // {{ next_event.venue.city }}, {{ next_event.venue.state }} {{ next_event.venue.zip }}
{% else %}Venue TBD{% endif %} {% if next_event.description %}

{{ next_event.description|safe }}

{% endif %}

RSVP at PythonKC Meetup RSVP for {{ next_event.name|safe }}

Join us on IRC!

#pythonkc on freenode

Past Events

{% for event in past_events %}

{{ event.name|safe }}

{% if event.description %}

{{ event.description|safe|truncatewords_html:25 }}

{% endif %} Read more at the Meetup event page →

Attendees ({{event.attendees|length}})

{% for attendee in event.attendees %} {% if attendee.photo.thumb_url %}
{% endif %} {% endfor %}
{% if event.photos.0.url %} {% endif %}
{% endfor %}

Resources