From 3586f706b1ea5e36009e5db59a8db7eb71ca50a4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Jul 2011 00:56:55 +0200 Subject: Add Open/Close criteria for Operations (refs #429) --- ishtar/templates/sheet_operation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar/templates/sheet_operation.html') diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html index 1b6755385..0005ca82c 100644 --- a/ishtar/templates/sheet_operation.html +++ b/ishtar/templates/sheet_operation.html @@ -13,8 +13,8 @@

{{ item.history.all.0.history_date }}

-

{{ item.start_date }}

-

{{ item.end_date|default:"-" }}

+{% if item.start_date %}

{{ item.start_date }}

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

{{ item.end_date|default:"-" }}

{%endif%}

{{ item.in_charge.full_label }}

{% if item.is_active %}{%trans "Active file"%}

-- cgit v1.2.3