{% extends "base.html" %} {% block title %}Conference Series - Edward Betts{% endblock %} {% block content %}

Conference Series

{% for item in series_list %} {% endfor %}
Series Topic Usual location Conferences Next
{{ item.name }} {% if item.url %} {% endif %} {{ item.topic or "" }} {% set country = get_country(item.country) if item.country else None %} {% if country %}{{ country.flag }} {% endif %}{{ item.usual_location or "" }} {{ item.count }} {% if item.next_conf %} {{ item.next_conf.display_date }} · {{ item.next_conf.name }} {% endif %}
{% endblock %}