diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 6 |
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 %} |