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

Conference archive

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

{% for item in q %}

{% for conf in item.conferences %} 👥{{ conf.title }}{% endfor %}
{% endfor %}
{% endblock %}