{% load thumb %} {% load i18n %} {% load l10n %}
{% for member in collection.ordered_members %} {% include '_list_item.html' with item=member.item mark=None collection_member=member %} {% empty %} 暂无条目 {% endfor %}
{% if collection_edit %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% if msg %}{% endif %}