{{ topic_data.topic.title }}
{% if topic_data.topic.description %}{{ topic_data.topic.description }}
{% endif %}-
{% for item in topic_data.arguments %}
-
{% if item.argument.votes %}{{ item.argument.content }}{% 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 %}