diff options
Diffstat (limited to 'archaeological_warehouse/templates/ishtar/sheet_container.html')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_container.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index a8e2ab13e..15d6682d9 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -113,13 +113,13 @@ <dd>{{item.number_divisions}}</dd> </dl> <dl class="col-6 col-md-3 flex-wrap"> - <dt>{% trans "Number of finds" %}</dt> - <dd>{{item.number_of_finds_hosted}}</dd> - </dl> - <dl class="col-6 col-md-3 flex-wrap"> <dt>{% trans "Number of owned finds" %}</dt> <dd>{{item.number_of_finds}}</dd> </dl> + <dl class="col-6 col-md-3 flex-wrap"> + <dt>{% trans "Number of hosted finds" %}</dt> + <dd>{{item.number_of_finds_hosted}}</dd> + </dl> {% if item.responsibility != item.location %} {% field_flex_detail "Responsibility" item.responsibility %} {% endif %} |