{% load thumb %}
{% load i18n %}
{% load l10n %}
{% for member in members %}
{% include '_list_item.html' with item=member.item mark=None collection_member=member %}
{% if forloop.last %}
{{ member.position }}
{% endif %}
{% empty %}
{% if not request.GET.last_pos %}
{% trans "nothing so far." %}
{% endif %}
{% endfor %}
{% if msg %}{% endif %}