From 9dfea9942ace40275f336c64cf85b76635536cc9 Mon Sep 17 00:00:00 2001 From: julia <> Date: Fri, 7 Mar 2008 13:19:28 +0000 Subject: [PATCH] collections avec tous les champs --- telemeta/templates/collection_detail.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/telemeta/templates/collection_detail.html b/telemeta/templates/collection_detail.html index 49fb5cc5..fc933ba1 100644 --- a/telemeta/templates/collection_detail.html +++ b/telemeta/templates/collection_detail.html @@ -48,13 +48,13 @@ {% endif %}
- {{ object.physical_items_num }} {% ifequal object.physical_items_num '1' %}item{% else %}items{% endifequal %} + {% if object.items.count %}{{ object.items.count }} {% ifequal object.items.count '1' %}item{% else %}items{% endifequal %}{% else %}No item{% endif %}
-
Auteur
{{ object.creator }}
+
Auteur / Cédant
{{ object.creator }}
Date
{% if object.is_published %}{{ object.date_published }}{% else %}{{ object.annee_enr }}{% endif %}
-
Titre
{{ object.title }}
+
Titre
{{ object.title }}
{% if object.native_title %}
Traduction du titre
{{ object.native_title }}
{% endif %}
Durée
{{ object.duree_approx }}
{% if object.is_published %} @@ -110,6 +110,18 @@
compil face plage
{{ object.compil_face_plage }}
deposant cnrs
{{ object.deposant_cnrs }}
fiches
{{ object.fiches }}
+
is full copy
{{ object.is_full_copy }}
+
is original
{{ object.is_original }}
+
numerisation
{{ object.numerisation }}
+
physical items num
{{ object.physical_items_num }}
+
publisher collection
{{ object.publisher_collection }}
+
publisher serial id
{{ object.publisher_serial_id }}
+
record author
{{ object.record_author }}
+
record writer
{{ object.record_writer }}
+
ref biblio
{{ object.ref_biblio }}
+
rights
{{ object.rights }}
+
travail
{{ object.travail }}
+
tri dibm
{{ object.tri_dibm }}
-- 2.39.5