{% load compress %} {% load datetimerange %} {% load i18n %} {% load static %} {% compress js %} {% endcompress %}

{{ quotation_open }}{{ submission.title }}{{ quotation_close }} {% if submission.state == "draft" %} {% translate "Draft" %} {% endif %}

{% if submission.state != "draft" %}

{% translate "Current state of your proposal:" %} {% include "cfp/event/fragment_state.html" with state=submission.state as_badge=True %}

{% else %}
{% blocktranslate trimmed %} This is a draft proposal. It will never be visible to anybody else, unless you submit it or explicitly share it. {% endblocktranslate %}
{% endif %} {% if submission.public_slots %}

{% for talk in submission.public_slots %} {{ talk.start|datetimerange:talk.end }}, {{ talk.room.name }} {% if not forloop.last %}·{% endif %} {% endfor %}

{% endif %}
{% if submission.submission_type and request.event.submission_types.all|length > 1 %}

{% translate "Session type" %}: {{ submission.submission_type.name }}

· {% endif %} {% if submission.track and request.event.tracks.all|length > 1 %}

{% translate "Track" %} {{ submission.track.name }}

· {% endif %} {% if request.event.is_multilingual and request.event.cfp.request_content_locale %}

{{ phrases.base.language }} {{ submission.get_content_locale_display }}

· {% endif %}

{% translate "Duration" %} {{ submission.export_duration }}