{% extends "hyperkitty/user_profile/base.html" %} {% load i18n %} {% load hk_generic %} {% load pagination %} {% block user_profile_content %} {% if votes %}
{% paginator votes qsprefix="v" bydate=True %} {% else %}{% trans "No vote yet." %}
{% endif %} {% endblock %}