{% from 'attachments/_management_info_column.html' import render_attachment_info %} {% from 'events/timetable/balloons/_balloon_utils.html' import render_time_and_location %}
{{ contrib.title }}
{% if editable %} {% if can_manage_contributions %} {% endif %} {% if can_manage_event %} {% endif %} {% if contrib.event.type == 'conference' %} {% elif can_manage_contributions %} {% endif %} {% else %} {% endif %}
{{ contrib.description }}
{{ render_time_and_location(contrib, editable=(editable and can_manage_contributions), use_event_tz=editable) }} {% if contrib.speakers or (editable and can_manage_contributions) %}
{% if contrib.speakers %}
{% trans count=contrib.speakers|count -%} Presenter {%- pluralize -%} Presenters {%- endtrans %}
{% for speaker in contrib.speakers | sort(attribute='display_order_key') -%}
{{ speaker.display_full_name }}
{%- endfor %}
{% endif %} {% if editable and can_manage_contributions %}
{% trans %}Material{% endtrans %}
{{ render_attachment_info(contrib) }}
{% endif %}
{% endif %} {% if (editable and can_manage_contributions) or subcontribution_count %}
{%- trans %}Subcontributions{% endtrans %} {{ contrib.subcontribution_count }}
{% if editable and can_manage_contributions %}
{% endif %}
{% endif %}