{% load i18n %} {% load hk_generic %} {% if votes %} {% for vote in votes %} {% ifchanged vote.email.mailinglist.name %} {% endifchanged %} {% endfor %} {% for vote in votes %} {% endfor %} {% include "hyperkitty/paginator.html" with pager=votes page_key="vpage" %} {% else %}

{% trans "No vote yet." %}

{% endif %}