{% if next_meetup %}

Next

{% if next_meetup.talks != false %} {% include event.html event=next_meetup skip_date=true call_for_talks=true show_abstracts=false %} {% else %} {% include event.html event=next_meetup skip_date=true call_for_talks=false %} {% endif %}
{% else %}

We are currently planning our next meetup!

Help us!

{% endif %}
{% if further_down_the_line.size > 0 %}

Upcoming

{% for event in further_down_the_line %} {% include event-inline.html event=event %} {% endfor %}
{% endif %} {% if prev_meetup %}

Previous

{% include event-inline.html event=prev_meetup %}
{% endif %}