{% from 'attachments/_management_info_column.html' import render_attachment_info %} {% from 'events/timetable/balloons/_balloon_utils.html' import render_time_and_location, render_palette_picker %}
{{- block.session.title }} {%- if block.title %} ({{ block.title }}) {%- endif -%}
{{ block.session.description }}
{% trans %}Block{% endtrans %}
{% if editable and can_manage_blocks %} {% set title="'%s'" | format(block.title) if block.title else '' %}
{% endif %}
{{ block.title }}
{{ render_time_and_location(block, editable=(editable and can_manage_blocks), use_event_tz=editable) }}
{% trans %}Session{% endtrans %}
{% if editable and not block.event_new.is_locked %} {% if can_manage_session %} {{ render_palette_picker(block.session, 'timetable.session_rest', color_list) }} {% endif %} {% else %} {% endif %}
{{ block.session.title }}
{% if editable and can_manage_session %}
{% trans %}Material{% endtrans %}
{{ render_attachment_info(block.session) }}
{% endif %}
{%- trans %}Contributions{% endtrans %} {{ block.contribution_count -}}
{% if editable %} {% endif %}