{% extends "orga/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load rules %} {% load static %} {% load url_replace %} {% block scripts %} {% compress js %} {% endcompress %} {% compress js %} {% endcompress %} {% endblock %} {% block content %} {% 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 %}
{% blocktranslate trimmed with question=filter_form.cleaned_data.question.question %} List filtered by answers to question "{{ question }}". {% endblocktranslate %} {% translate "Remove filter" %}
{% endif %}{% translate "Rating" %} | {% translate "Title" %} | {% if show_submission_types %}{% translate "Type" %} | {% endif %}{% translate "State" %} | {% translate "Assignee" %} | {% if can_change_submission %}{% endif %} |
---|---|---|---|---|---|
{% if submission.score %} {{ submission.score.value }} {% else %} – {% endif %} | {% if can_view_speakers %}{{ submission.title }}{% else %}{{ submission.anonymised.title|default:submission.title }}{% endif %} | {% if show_submission_types %}{{ submission.submission_type.name }} | {% endif %}{% include "orga/submission/state_dropdown.html" with submission=submission %} | {% if submission.assignee %} {{ submission.assignee.user.name }} {% else %} – {% endif %} {% if can_change_submission %} {% endif %} | {% if can_change_submission %}{% endif %} |