{% extends "hyperkitty/user_profile/base.html" %} {% load i18n %} {% load hk_generic %} {% block user_profile_content %} {% if favorites %} {% for fav in favorites %} {% ifchanged fav.thread.mailinglist.name %} {% endifchanged %} {% endfor %} {% for fav in favorites %} {% with starting_email=fav.thread.starting_email %} {% endwith %} {% endfor %} {% include "hyperkitty/paginator.html" with pager=favorites page_key="favpage" %} {% else %}

{% trans "No favorites yet." %}

{% endif %} {% endblock %}