From: yomguy Date: Fri, 25 May 2012 16:12:09 +0000 (+0200) Subject: begin lam item template X-Git-Tag: 1.4.3-2^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9ac0d412f7545895edbe915211d5a6d8cdb9b837;p=telemeta.git begin lam item template --- 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 %}