diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatment.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 887ae4e07..8ce8a0350 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -16,6 +16,11 @@ <p class="window-refs">{{ item.year }} - {{ item.index }}</p> {% if item.external_id %} <p class="window-refs">{{ item.external_id }}</p>{% endif %} +{% if item.end_date %} +<p class="window-refs">{% trans "Closed" %} ({{item.end_date}})</p>{% endif %} +{% else %} +<p class="window-refs">{% trans "Active" %}</p>{% endif %} +{% endif %} <ul class='form-flex'> {% field_li_multiple "Treatment type" item.treatment_types %} @@ -26,7 +31,7 @@ {% field_li "Responsible" item.person %} {% field_li "Organization" item.organization %} {% field_li "Start date" item.start_date %} - {% field_li "End date" item.end_date %} + {% field_li "Closing date" item.end_date %} </ul> {% if item.description or item.comment or item.goal %} {% field "Comment" item.comment "<pre>" "</pre>" %} |
