{% extends "master.html" %} {% load humanize %} {% block content %}
Title | Owner | Hidden | Order | Records | Children |
---|---|---|---|---|---|
{{ collection.title }} | {{ collection.owner.get_full_name|default:"-" }} | {{ collection.hidden|yesno:"hidden," }} | {{ collection.order|default:"-" }} | {{ collection.records.count|intcomma }} | {% for child in collection.children.all %}
{{ child.title }} {% endfor %} |