{% 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 %}