{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load i18n %} {% load url_replace %} {% block headline %} {% trans "Submissions" %} {% endblock %} {% block content %}
{% trans "Add new submission" %} {% trans "Print cards" %}
{% include "common/search_form.html" %}{% trans "Title" %} | {% trans "Speakers" %} | {% trans "Type" %} | {% trans "State" %} | |
---|---|---|---|---|
{{ submission.title }} |
{% for speaker in submission.speakers.all %}
{{ speaker.get_short_name }}
{% endfor %} |
{{ submission.submission_type.name }} | {% include "cfp/event/fragment_state.html" with state=submission.state %} |