From 9127307734c85b816ac7dbb539b565ffb106d60f Mon Sep 17 00:00:00 2001
From: Valérie-Emma Leroux {% item.deadline_date %} {% item.deadline_date %}
" "" %}
{{ 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 %}{% for department in item.departments.all %}{% if forloop.counter0 %}, {% endif %}{{ department }}{% endfor %}
{% endif %} -{% if item.scientist %}{{ item.scientist }}
{% endif %} -{% if item.requested_operation_type %}{{ item.requested_operation_type }}
{% endif %} -{% if item.organization %}{{ item.organization }}
{% endif %} +{% if item.departments.count %}{% for department in item.departments.all %}{% if forloop.counter0 %}, {% endif %}{{ department }}{% endfor %}
{% endif %} +{% if item.scientist %}{{ item.scientist }}
{% endif %} +{% if item.requested_operation_type %}{{ item.requested_operation_type }}
{% endif %} +{% if item.organization %}{{ item.organization }}
{% endif %} {% if item.cira_advised != None %}{{ item.cira_advised|yesno }}
{% endif %} {% if item.mh_register != None %}{{ item.mh_register|yesno }}
{% endif %} {% if item.mh_listing != None %}{{ item.mh_listing|yesno }}
{% endif %} {% if item.classified_area != None %}{{ item.classified_area|yesno }}
{% endif %} {% if item.protected_area != None %}{{ item.protected_area|yesno }}
{% endif %} -{% if item.research_comment %}{{ item.research_comment }}
{% endif %} +{% if item.research_comment %}{{ item.research_comment }}
{% endif %} {% endif %} -- cgit v1.2.3