{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load rules %} {% load static %} {% load url_replace %} {% block stylesheets %} {% if timeline_data %} {% endif %} {% endblock %} {% block scripts %} {% if timeline_data %} {% compress js %} {% endcompress %} {% endif %} {% endblock %} {% block content %} {% has_perm 'orga.create_submission' request.user request.event as can_create_submission %}
{% trans "Title" %} | {% trans "Speakers" %} | {% trans "Type" %} | {% trans "State" %} | {% trans "Sneak peek" %} | |
---|---|---|---|---|---|
{{ submission.title }} |
{% for speaker in submission.speakers.all %}
{{ speaker.get_display_name }}
{% endfor %} |
{{ submission.submission_type.name }} | {% include "orga/submission/state_dropdown.html" with submission=submission %} |
|