{{ topic_data.topic.title }}
{{ topic_data.topic.description }}
-
{% for item in topic_data.arguments %}
-
{{ item.argument.content }}{% if item.argument.votes %}{% endif %}
{{ texts["vote_details_summary"] }}
-
{% for vote in item.argument.votes %}
-
{{ vote.score }}/5
- {{ vote.participant.name or texts["anonymous_label"] }}
{% if vote.comment %}
{{ vote.comment }}
{% endif %}
{% endfor %}
{% endfor %}
-
{{ vote.score }}/5
- {{ vote.participant.name or texts["anonymous_label"] }}
{% if vote.comment %}
{{ texts["no_arguments_topic"] }}
{% endif %}