{% extends "base.html" %} {% from "macros.html" import trip_link, conference_row with context %} {% block title %}Conferences - Edward Betts{% endblock %} {% block style %} {% set column_count = 9 %} {% endblock %} {% macro section(heading, item_list, badge) %} {% if item_list %}
{% set item_count = item_list|length %} {% if item_count == 1 %}{{ item_count }} conference{% else %}{{ item_count }} conferences{% endif %}