{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load static %} {% block title %}{% translate "Your proposal" %} :: {% endblock %} {% block content %}
{% translate "Current state of your proposal:" %} {% include "cfp/event/fragment_state.html" with state=submission.state %}
{% if submission.submission_type and request.event.submission_types.all|length > 1 %}{% translate "Session type" %}: {{ submission.submission_type }}
{% 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 %}{% translate "Language" %}: {{ submission.get_content_locale_display }}
{% endif %}