{% 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 content %} {% has_perm 'orga.create_submission' request.user request.event as can_create_submission %} {% has_perm 'orga.change_submission_state' request.user request.event as can_change_submission %} {% has_perm 'orga.view_speakers' request.user request.event as can_view_speakers %}
{% translate "Add new proposal" %}
{% endif %}{% blocktranslate trimmed with question=filter_form.cleaned_data.question.question %} List filtered by answers to question "{{ question }}". {% endblocktranslate %} {% translate "Remove filter" %}
{% endif %}{% endif %} | {% translate "Title" %} | {% if can_view_speakers %}{% translate "Speakers" %} | {% endif %}{% translate "Type" %} | {% translate "State" %} | {% if can_change_submission %}{% translate "Featured" %} | {% endif %} |
---|---|---|---|---|---|---|
{% if submission.track %}
|
{% endif %}
{% if can_view_speakers %}{{ submission.title }}{% else %}{{ submission.anonymised.title|default:submission.title }}{% endif %} | {% if can_view_speakers %}
{% for speaker in submission.speakers.all %}
{{ speaker.get_display_name }}
{% endfor %} |
{% endif %}
{{ submission.submission_type.name }} | {% include "orga/submission/state_dropdown.html" with submission=submission %} | {% if can_change_submission %}
|
{% endif %} |