{% 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) %}