{% extends "base.html" %} {% block title %}Conference archive{% endblock %} {% block content %}

Conference archive

Found {{ q.count() }} people matching '{{ search_for }}'

{% for item in q %}
{% endfor %}
{% endblock %}