{% load i18n %} {% load compress %} {% if section_slug == "talks" %} {% endif %} {% if section_slug == "talks" %} {% endif %} {% if can_manage %} {% endif %} {% if request.user.is_superuser %} {% endif %} {% for proposal in proposals %} {% if section_slug == "talks" %} {% endif %} {% if section_slug == "talks" %} {% endif %} {% if can_manage %} {% endif %} {% if request.user.is_superuser %} {% endif %} {% endfor %}
# {% trans "Speaker" %} {% trans "Title" %} {% trans "Category" %} {% trans "Tags" %}{% trans "Review Start" %}{% trans "Voting Start" %}+1 +0 -0 -1 {% trans "Online Result Status" %} {% trans "Overall Status" %}{% trans "Update Overall Status" %}{% trans "Rejection Status" %} {% trans "Damage Score" %}
{{ proposal.number }} {{ proposal.speaker }}
<{{ proposal.speaker.email }}>
{{ proposal.title }} {{ proposal.category }} {{ proposal.get_tags_display }}{{ proposal.result.group.review_start|date:"M. j H:i T" }}{{ proposal.comment_count }}{{ proposal.result.group.vote_start|date:"M. j H:i T" }}{{ proposal.plus_one }} {{ proposal.plus_zero }} {{ proposal.minus_zero }} {{ proposal.minus_one }} {% with proposal.result.status as status %}
{% if status != "undecided" %} {{ status }} {% endif %}
{% endwith %}
{{ proposal.get_overall_status_display }}
{% csrf_token %}
{% with proposal.get_rejection_status_display as status %} {% if status %} {{ status }} {% else %} N/A {% endif %} {% endwith %} {{ proposal.damage }}
{% csrf_token %}
{% compress js %} {% endcompress %}