diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-21 17:53:24 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-21 17:53:24 +0200 |
commit | f11252fcd8a89501db585a6fc997c3d0b7df2073 (patch) | |
tree | ef9f119ccb0102243bfec5d1a12720dc7023a232 /archaeological_operations/templates | |
parent | 543904adcec8a1877bb8ec83533bb7bed37a8301 (diff) | |
download | Ishtar-f11252fcd8a89501db585a6fc997c3d0b7df2073.tar.bz2 Ishtar-f11252fcd8a89501db585a6fc997c3d0b7df2073.zip |
Operations: DRACAR to old code (refs #3093)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index a8d46252d..9791ffe38 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -36,6 +36,7 @@ {% if item.code_patriarche %}<p><label>{%trans "Patriarche OA code:"%}</label> <span class='value'>OA{{ item.code_patriarche }}</span></p>{%else%} <p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> {%trans "Patriarche OA code not yet recorded!"%}</p>{%endif%} +{% field "Old code" item.old_code %} <p><label>{%trans "Last modification date:"%}</label> <span class='value'>{% if item.history_date %}{{ item.history_date }}{% else %}{{ item.history.all.0.history_date }}{% endif %}</span></p> <!-- date = now --> <p><label>{%trans "Created by:"%}</label> <span class='value'>{{ item.history_creator.ishtaruser.full_label }}</span></p> |