{% extends "hyperkitty/user_profile/base.html" %} {% load i18n %} {% load hk_generic %} {% block user_profile_content %} {% if votes %}
{% include "hyperkitty/paginator.html" with pager=votes page_key="vpage" %} {% else %}{% trans "No vote yet." %}
{% endif %} {% endblock %}