{% load url from future %} {% 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 %}

No vote yet.

{% endif %}