{% load thumb %} {% load i18n %} {% load l10n %}
{% for member in collection.ordered_members %} {% with "list_item_"|add:member.item.class_name|add:".html" as template %} {% include template with item=member.item mark=None collection_member=member %} {% endwith %} {% empty %} 暂无条目 {% endfor %}
{% if collection_edit %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% if msg %}{% endif %}