From eaad97f909965da717d1db0da356c490f270859e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 23 Dec 2016 20:16:10 +0100 Subject: Applicant details on treatment file sheet (refs #3383) --- .../templates/ishtar/sheet_treatment.html | 4 ++-- .../templates/ishtar/sheet_treatmentfile.html | 23 +++++++++++++++++----- ishtar_common/models.py | 6 +++--- 3 files changed, 23 insertions(+), 10 deletions(-) diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 8ce8a0350..a06c10b3c 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -17,9 +17,9 @@ {% if item.external_id %}

{{ item.external_id }}

{% endif %} {% if item.end_date %} -

{% trans "Closed" %} ({{item.end_date}})

{% endif %} +

{% trans "Closed" %} ({{item.end_date}})

{% else %} -

{% trans "Active" %}

{% endif %} +

{% trans "Active" %}

{% endif %}