{% endblocktrans %} {% endif %}
{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load static %} {% block title %}{% trans "Your submission" %} :: {% endblock %} {% block content %}
{% trans "Current state of your submission:" %} {% include "cfp/event/fragment_state.html" with state=submission.state %}
{% if submission.submission_type and request.event.submission_types.all|length > 1 %}{% trans "Submission type" %}: {{ submission.submission_type }}
{% endif %} {% if submission.track and request.event.tracks.all|length > 1 %}{% trans "Track" %}: {{ submission.track.name }}
{% endif %} {% if request.event.locales|length > 1 %}{% trans "Language" %}: {{ submission.get_content_locale_display }}
{% endif %}{% endblocktrans %} {% endif %}