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