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