{% 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 %} {% set tl_colors = ["#0d6efd","#198754","#dc3545","#fd7e14","#6f42c1","#20c997","#0dcaf0","#d63384"] %} {% macro render_timeline(timeline) %} {% if timeline %} {% set bar_h = 26 %} {% set row_h = 32 %} {% set header_h = 22 %} {% set total_h = timeline.lane_count * row_h + header_h %}
{% set item_count = item_list|length %} {% if item_count == 1 %}{{ item_count }} conference{% else %}{{ item_count }} conferences{% endif %}