diff --git a/pinaxcon/templates/symposion/reviews/_review_table.html b/pinaxcon/templates/symposion/reviews/_review_table.html new file mode 100644 index 0000000000000000000000000000000000000000..1570f7f82ca24c22d07771a3df84e4a2effb390a --- /dev/null +++ b/pinaxcon/templates/symposion/reviews/_review_table.html @@ -0,0 +1,37 @@ +{% load i18n %} + + + + + + + + + + + + + + + + {% for proposal in proposals %} + + + + + + + + + + + + {% endfor %} + +
#{% trans "Speaker / Title" %}{% trans "Category" %}{% trans "+1" %}{% trans "+0" %}{% trans "-0" %}{% trans "-1" %}
{{ proposal.number }} + + {{ proposal.speaker }} +
+ {{ proposal.title }} +
+
{{ proposal.track }}{{ proposal.comment_count }}{{ proposal.plus_one }}{{ proposal.plus_zero }}{{ proposal.minus_zero }}{{ proposal.minus_one }}{{ proposal.user_vote|default:"" }}