From 05218a15edeed0ede6ddb15c4c85f3593bff86a8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Nov 2017 17:27:12 +0100 Subject: UI: improve table in sheet --- .../templates/ishtar/sheet_operation.html | 80 +++++++++++----------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 8fbac5aa1..c115e0966 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -212,95 +212,95 @@ {% trans "These numbers are updated hourly" %}

{% trans "Administrative acts" %}

- +
+{% field_flex_2 "Number of administrative acts" item.nb_acts %} +{% field_flex_2 "Number of indexed administrative acts" item.nb_indexed_acts %} +

{% trans "Parcels" %}

- +
+{% field_flex_2 "Number of parcels" item.nb_parcels %} +

{% trans "Context records" %}

- - +

{% trans "Finds" %}

- - +

{% trans "Sources" %}

- - + {% if item.nb_stats_finds_by_ue %}

{% trans "Finds by context records" %}

- +
+{% field_flex_2 "Mean" item.nb_stats_finds_by_ue.mean %} +{% field_flex_2 "Min" item.nb_stats_finds_by_ue.min %} +{% field_flex_2 "Max" item.nb_stats_finds_by_ue.max %} +{% field_flex_2 "Mode" item.nb_stats_finds_by_ue.mode %} +
{% endif %} {% endif %} -{% endblock %} +{% endblock %} \ No newline at end of file -- cgit v1.2.3