{% extends 'wafer/base.html' %} {% load countries %} {% block content %}

Content

Submitted Reviewed Scheduled Hours Scheduled
{{ talks_submitted }} {{ talks_reviewed }} {{ talks_scheduled }} {{ hours_of_content }}

{% for concurrency, hours in hours_of_concurrency %} {% endfor %}
Concurrent Events Hours of schedule at this level
{{ concurrency }} {{ hours }}

{% for name, stats in talks_by_track.items %} {% endfor %}
Track Submitted Events Scheduled Events
{{ name }} {{ stats.submitted }} {{ stats.scheduled }}

{% for name, stats in talks_by_type.items %} {% endfor %}
Types Submitted Events Scheduled Events
{{ name }} {{ stats.submitted }} {{ stats.scheduled }}

{% for country, count in speakers_by_country %} {% endfor %}
Country Speakers
{{ country }} {{ count }}
{% endblock content %}