{% load static thumbnail cosinnus_tags %} {% with user=vote.voter extra_title=vote.get_label %}
{% include 'cosinnus/user/user_avatar_image.html' with user=user extra_title=extra_title extra_classes="image" %}
{% if vote.choice == 2 %}
{% elif vote.choice == 1 %}
()
{% else %}
{% endif %}
{% endwith %}