{% 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.counter == 10 %}
{% endif %}
{% if forloop.last %}
{% endif %}
{% empty %}
{% if not request.GET.last_pos and not collection_edit %}
{% trans "nothing so far." %}
{% endif %}
{% endfor %}
{% if msg %}{% endif %}