{% load i18n %} {% for identity in list %}

{% include 'users/profile_actions.html' with show_home=1 %} @{{ identity.handle }}

{% empty %}

{% trans "nothing so far." %}

{% endfor %}

{% blocktrans %}You may download the list here.{% endblocktrans %}