{% extends "base.html" %} {% load origin %} {% load ietf_filters static bootstrap3 %} {% block title %}{{ stats_title }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {% origin %}

Meeting Statistics

{% if meeting %}

« Back to overview

{% endif %}
Attendees:
{% for slug, label, url in possible_stats_types %} {{ label }} {% endfor %}
{% include content_template %}
{% endblock %} {% block js %} {% endblock %}