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