diff options
Diffstat (limited to 'archaeological_finds')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 444c6c5d8..05a796a9f 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -76,10 +76,11 @@ </ul> {% if item.container %} -<h3>{% trans "Localisation"%}</h3> -{% field_detail "Warehouse" item.container.location %} +<h3>{% trans "Warehouse"%}</h3> {% field_detail "Container" item.container %} -{% field "Localisation" item.container.divisions_lbl %} +{% field_detail "Responsible warehouse" item.container.responsible %} +{% field_detail "Location (warehouse)" item.container.location %} +{% field "Precise localisation" item.container.divisions_lbl %} {% endif %} {% if item.upstream_treatment or item.downstream_treatment %} |
