{% extends "base.html" %} {% block title %}Import – Conference archive{% endblock %} {% block content %}
room count: {{ rooms.count }}
speaker count: {{ speakers | count }}
{% for speaker in speakers %}{% for paragraph in speaker.biography.splitlines() %}{% else %}{{ paragraph }}
{% endfor %}
No biography
{% endif %}{{ plural(person_candidates[speaker.code].count(), "candidate") }} found
{% for candidate in person_candidates[speaker.code] %} {% endfor %}{{ speaker | pprint }}#} {% endfor %}
talk count: {{ talks.count }}
{% for talk in talks["results"] %}{{ talk | pprint }}#} {% endfor %} {% endblock %}