From 9127307734c85b816ac7dbb539b565ffb106d60f Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Fri, 17 Mar 2017 11:13:56 +0100 Subject: Update labels (without ':') --- .../templates/ishtar/sheet_file.html | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'archaeological_files/templates') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index bfd92eb6f..9d0948660 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -25,41 +25,41 @@ {% comment %} {% if item.deadline_date and not item.acts %} -

{% item.deadline_date %}

+

{% item.deadline_date %}

{% endif %} {% endcomment %} {% field_li_detail "In charge" item.in_charge %} -
  • {% if item.is_active %}{%trans "Active file"%}

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

    {% else %}{%trans "Closed file"%}
  • -{% if item.closing %}
  • {{ item.closing.date }} {%trans "by" %} {{ item.closing.user.full_label }}
  • {% endif %} +{% if item.closing %}
  • {{ item.closing.date }} {%trans "by" %} {{ item.closing.user.full_label }}
  • {% endif %} {% endif %} {% field_li "Type" item.file_type %} -{% if item.related_file %}
  • {{ item.related_file }}
  • {% endif %} +{% if item.related_file %}
  • {{ item.related_file }}
  • {% endif %} {% field "Comment" item.comment "
    " "
    " %}

    {% trans "Localisation"%}

    -{% if item.towns.count %}

    {{ item.towns.all|join:", " }}

    {% endif %} -{% if item.departments.count %}

    {{ item.departments.all|join:", " }}

    {% endif %} +{% if item.towns.count %}

    {{ item.towns.all|join:", " }}

    {% endif %} +{% if item.departments.count %}

    {{ item.departments.all|join:", " }}

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

    {{ item.address }}

    -{% if item.address_complement %}

    {{ item.address_complement }}

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

    {{ item.postal_code }}

    {%endif%} +

    {{ item.address }}

    +{% if item.address_complement %}

    {{ item.address_complement }}

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

    {{ item.postal_code }}

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

    {{ item.total_surface }} m2 ({{ item.total_surface_ha }} ha)

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

    {{ item.total_surface }} m2 ({{ item.total_surface_ha }} ha)

    {%endif%} {% if item.is_preventive %}

    {% trans "Preventive archaeological file"%}