{% extends "base.html" %} {% block title %}{{ item.name }}{% endblock %} {% block style %} {% endblock %} {% block content %}
👥 {{ plural(item.conference_count, "conference") }}
🎤 {{ plural(item.event_count, "talk") }}
{% set start, end = item.active_years() %}
📅 Years active: {{ start.year }} to {{end.year }}
{% if item.wikidata_qid %}
📊 Wikidata: {{ item.wikidata_qid }}
{% endif %}
Search for {{ item.name }} on Wikidata
{% if show_wikidata_matches %} {% if wikidata_hits %}Possible Wikidata matches
No similar names found on Wikidata
{% endif %} {% endif %} {% set bio_source = item.bio_source() %} {% if bio_source %}{% else %}{{ bio_source.bio | safe }}
No biography available.
{% endif %}{{ item.conferences_association.count() }} known conferences
{% for apperance in item.conference_by_time() %} {% set conf = apperance.conference %}Biography: {{ apperance.bio | safe }}
{% endif %}