Vote history

You have voted {{ progress.current }} out of {{ progress.total }} entries. {% if progress.current != progress.total %}Continue voting.{% endif %}

{% for entry in submitted_votes.items %}
Video thumbnail

{{ entry.video.game }}

{{ entry.video.author_name }}

{{ entry.video.showreel.title }}

{% if entry.rating == 1 %}

Your vote: Yes 👍

{% elif entry.rating == -1 %}

Your vote: No 👎

{% else %}

Your vote: Skip ⏭️

{% endif %}
{% endfor %}
{% with elements=submitted_votes, request_url="votes.history", hx_target="#history", strategy="outerHTML" %} {% include "pagination.html" with context %} {% endwith %}