{% 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 {{ name }} on {{ site_name }} here.{% endblocktrans %}