summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-30 13:00:10 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-30 13:07:24 +0200
commitf4dd4e34b09c84b8f5e87829896f33916fe859fc (patch)
tree2c742560dfa56f8bd0a522e4ba1fd9d6571570cd /archaeological_operations/templates
parent7e9369ced291d94830b58dc5f7edcc5b608939ff (diff)
downloadIshtar-f4dd4e34b09c84b8f5e87829896f33916fe859fc.tar.bz2
Ishtar-f4dd4e34b09c84b8f5e87829896f33916fe859fc.zip
✨ operation: finds and documentation deposit dates - edit forms, bulk update, criteria search and sheet
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index 8d88f79cc..5528ff170 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -250,11 +250,17 @@
{% field_flex "Deadline for submission of the documentation" documentation_deadline %}
{% endwith %}
{% field_flex "Documentation provided" item.documentation_received %}
+ {% with documentation_deposit_date=item.documentation_deposit_date|date:"DATE_FORMAT"|default:"" %}
+ {% field_flex _("Documentation deposit date") documentation_deposit_date %}
+ {% endwith %}
{% with finds_deadline=item.finds_deadline|date:"DATE_FORMAT"|default:"" %}
{% field_flex "Deadline for submission of the finds" finds_deadline %}
{% endwith %}
{% field_flex "Finds provided" item.finds_received %}
+ {% with finds_deposit_date=item.finds_deposit_date|date:"DATE_FORMAT"|default:"" %}
+ {% field_flex _("Finds deposit date") finds_deposit_date %}
+ {% endwith %}
{% field_flex_detail "Associated file" item.associated_file %}
{% field_flex "Résultat considéré comme négatif" item.negative_result %}