Collection: {{ object.title }}
-
{% for field in object.list %}
- {% ifnotequal field.name "id" %}
{% ifnotequal field.name "title" %}
- {{ field.name }} : {{ field.value }} {% endifnotequal %} - {% endifnotequal %} {% endfor %}
Items
-
{% for item in object.items.all %}
-
- {{ item.creator }} - {{ items.title }} - View +
- {{ item.creator }} - {{ item.title }} + View Edit {% endfor %} diff --git a/telemeta/templates/collection_list.html b/telemeta/templates/collection_list.html index d70c35b2..e02ad1dc 100644 --- a/telemeta/templates/collection_list.html +++ b/telemeta/templates/collection_list.html @@ -1,13 +1,16 @@ {% extends "base.html" %} - +{% load telemeta_utils %} {% block content %}
- {{ p.title }} - View - Edit +
- {{ p.title }} {% endfor %}
Collections
{% if object_list %} +Records {{ first_on_page }} to {{ last_on_page }} on {{ hits }} + + {% if has_previous %} << {% endif %} + {% if has_next %} >> {% endif %} +
-
{% for p in object_list %}
-