{% load i18n %}

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

{% 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|date:DAY_MONTH_DATE_FORMAT }}, {{ talk.start|date:"TIME_FORMAT" }}–{{ talk.end|date:"TIME_FORMAT" }}, {{ 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 }}