From 9ac0d412f7545895edbe915211d5a6d8cdb9b837 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 25 May 2012 18:12:09 +0200 Subject: [PATCH] begin lam item template --- telemeta/templates/telemeta/mediaitem_detail.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/telemeta/templates/telemeta/mediaitem_detail.html b/telemeta/templates/telemeta/mediaitem_detail.html index 1bfa2f1f..d6f53693 100644 --- a/telemeta/templates/telemeta/mediaitem_detail.html +++ b/telemeta/templates/telemeta/mediaitem_detail.html @@ -190,6 +190,8 @@ Item : {{ item }}
{% dl_field item "title" placeholder %} {% dl_field item "alt_title" %} + + {% dl_field item "collector" placeholder %}
{% field_label item "collection" %}
{{ item.collection }}
@@ -197,6 +199,9 @@ Item : {{ item }}
{% if item.recorded_from_date %}{{ item.recorded_from_date }}{% endif %}{% if item.recorded_from_date and item.recorded_to_date%} - {% endif %}{% if item.recorded_to_date %}{{ item.recorded_to_date}}{% endif %}
+
{% trans "Remarks" %}
+
{{ item.comment|html_line_break|safe }}
+ {% if last_revision %}
{% trans "Last modification" %}
{{ last_revision.time }} {% if user.is_authenticated %}({{last_revision.user.username}}){% endif %}
@@ -270,9 +275,7 @@ Item : {{ item }}

{% trans "General informations" %}

-
{% trans "Remarks" %}
-
{{ item.comment|html_line_break|safe }}
- {% dl_field item "collector_selection" %} +
{% endblock general_data %} -- 2.39.5