{% include 'incl/header.html' %}
| Future Event | All Events | {% if videos %}Videos | {% endif %} {% if episodes %}Podcasts | {% endif %}|
|---|---|---|---|---|
| {{ v['name'] }} | {{v['future']}} | {{v['total']}} | {% if videos %}{{ v.videos }} | {% endif %} {% if episodes %}{{v.episodes|length}} | {% endif %}
| TOTAL | {{stats.future}} | {{stats.total}} | {% if videos %}{% endif %} {% if episodes %} | {% endif %} |