{% extends 'base.html' %} {% block title %}Talk-Übersicht – {{ talk.title }}{% endblock %} {% block content %}
{{ talk.subtitle }}
{% endif %}{{ talk.slug }}| Zeit | Ort | Anzahl |
|---|---|---|
| {{ pc.time.strftime('%H:%M') }} | {{ pc.place }} | {{ pc.count }} |
Noch keine Personenzählungen für diesen Talk erfasst.
{% endif %} {% include 'components/imports/chartjs.html' %} {% include 'components/talk_feedback_charts.html' %} {% endblock %}