diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-12 13:11:26 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-12 13:11:26 +0200 |
| commit | 3c946f40c7d5d04431074cb22b1522dc519da69e (patch) | |
| tree | 1634021dc7325656c68e2f1f68746413b86d230c /archaeological_finds/templates/ishtar/sheet_find.html | |
| parent | 88ee16e9ae56b8b2b58e37c2925ad96a177115cc (diff) | |
| download | Ishtar-3c946f40c7d5d04431074cb22b1522dc519da69e.tar.bz2 Ishtar-3c946f40c7d5d04431074cb22b1522dc519da69e.zip | |
Add conservatory and dimensions comments to finds
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index d21c85856..d23de0e8e 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -45,10 +45,19 @@ {% if item.weight %}{% with item.weight|add:' '|add:item.weight_unit as weight %} {% field_li "Weight" weight %} {% endwith %}{% endif %} -{% field_li "Weight" item.weight %} +{% if item.dimensions_comment %} +</ul> +{% field "Dimensions comment" item.dimensions_comment "<pre>" "</pre>" %} +<ul class='form-flex'> +{% endif %} {% field_li "Find number" item.find_number %} {% field_li "Conservatory state" item.conservatory_state %} +{% if item.conservatory_comment %} +</ul> +{% field "Conservatory comment" item.conservatory_comment "<pre>" "</pre>" %} +<ul class='form-flex'> +{% endif %} {% field_li_multiple "Type of preservation to consider" item.preservation_to_considers %} {% field_li_multiple "Object types" item.object_types %} {% field_li_multiple "Integrity" item.integrities %} |
