{% macro render_person_row(person_data) %}
{% set person = person_data.person %}
{{ person.display_full_name }}
{% if person.is_untrusted %}
{% set untrusted_tooltip -%}
{%- trans -%}
This person is currently just an author of an abstract with no other ties to the event.
Their data may have been provided by the submitter of the abstract.
{%- endtrans -%}
{%- endset %}
{% endif %}
{{ person.email }}
{{ person.affiliation }}
{%- if person.event_new.type == 'lecture' -%}
{%- trans %}Speaker{% endtrans -%}
{%- else -%}
{%- trans %}Chairperson{% endtrans -%}
{%- endif -%}
{%- if person.event_new.type != 'lecture' -%}
{% trans %}Speaker{% endtrans %}
{{ person_data.contributions | length }}