diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-08 16:50:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-08 16:51:10 +0200 |
commit | 847aec73fbf96a6b6cb88008bcf9d3fc5eb870d1 (patch) | |
tree | d28bff9889e53e55b854a6feca7443ceacc95373 /archaeological_operations/templates | |
parent | 2bacb3944d3ad83f0ddda0982001f7fb0b90bef8 (diff) | |
download | Ishtar-847aec73fbf96a6b6cb88008bcf9d3fc5eb870d1.tar.bz2 Ishtar-847aec73fbf96a6b6cb88008bcf9d3fc5eb870d1.zip |
Operation sheet: fix stats (refs #2989)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 5efd0c2b7..2f6dbdf4c 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -21,7 +21,7 @@ <ul class='form-flex'> {% field_li "Name" item.common_name %} {% field_li "Year" item.year %} -{% field_li "Numerical reference" item.operation_code %} +{% field_li "Numeric reference" item.operation_code %} {% field_li "Code patriarche" item.code_patriarche 'OA' %} {% field_li "Old code" item.old_code %} <li><label>{%trans "Last modification date:"%}</label> <span class='value'>{% if item.history_date %}{{ item.history_date }}{% else %}{{ item.history.all.0.history_date }}{% endif %}</span></li> <!-- date = now --> @@ -135,6 +135,11 @@ {% field_li "Number of indexed administrative acts" item.nb_indexed_acts %} </ul> +<h4>{% trans "Parcels" %}</h4> +<ul class='form-flex'> +{% field_li "Number of parcels" item.nb_parcels %} +</ul> + <h4>{% trans "Context records" %}</h4> <ul class='form-flex'> {% field_li "Number of context records" item.nb_context_records %} |