{% extends "hyperkitty/user_profile/base.html" %} {% load i18n %} {% load hk_generic %} {% block user_profile_content %} {% if subscriptions %} {% for sub in subscriptions %} {% ifchanged sub.list_name %} {% endifchanged %} {% if sub.first_post %} {% endfor %} {% for sub in subscriptions %} {% if sub.first_post %} {% else %} {% endif %} {% endfor %} {% else %}

{% trans "no subscriptions" %}

{% endif %} {% endblock %}