diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-21 17:27:20 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-21 17:27:20 +0200 |
| commit | 7ac641792c2388a25594c630bf32bc7accf332b7 (patch) | |
| tree | 56f20aa141a5b4b076f9f195c7c84d79fda14e51 /archaeological_finds/templates/ishtar/sheet_find.html | |
| parent | d7daac762c36d35737f36e46d5a13f47cce87351 (diff) | |
| download | Ishtar-7ac641792c2388a25594c630bf32bc7accf332b7.tar.bz2 Ishtar-7ac641792c2388a25594c630bf32bc7accf332b7.zip | |
Finds: add estimated value. Manage a currency for an Ishtar profile (refs #2969)
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 33c884db3..14e88e720 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -1,5 +1,5 @@ {% extends "ishtar/sheet.html" %} -{% load i18n window_field from_dict link_to_window %} +{% load i18n window_field from_dict link_to_window humanize %} {% block head_sheet %} {{block.super}} @@ -73,6 +73,7 @@ {% field_li_multiple "Object types" item.object_types %} {% field_li_multiple "Integrity" item.integrities %} {% field_li_multiple "Remarkability" item.remarkabilities %} +{% field_li "Estimated value" item.estimated_value|intcomma '' ' '|add:CURRENCY %} {% if item.CHECK_DICT %} {% field_li "Checked" item.checked|from_dict:item.CHECK_DICT %} {% endif%} |
