From 9d78e195c41f06386fd4cfb45094dfe486cd59af Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 18 Feb 2011 04:55:58 +0100 Subject: Work on sheet mecanism (refs #227) --- ishtar/templates/wizard_file_sheet.html | 120 -------------------------------- 1 file changed, 120 deletions(-) delete mode 100644 ishtar/templates/wizard_file_sheet.html (limited to 'ishtar/templates/wizard_file_sheet.html') diff --git a/ishtar/templates/wizard_file_sheet.html b/ishtar/templates/wizard_file_sheet.html deleted file mode 100644 index b6a530a3b..000000000 --- a/ishtar/templates/wizard_file_sheet.html +++ /dev/null @@ -1,120 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block content %} - -

{%trans "File description sheet"%}

-

{%trans "Year"%} : {% file.year %}

-

{%trans "Numerical reference"%} : {% file.index %}

- -

{%trans "File's name"%} : {% file.internal_ref %}

- -

{%trans "Edition date"%} : {% date %}

-

{%trans "Reception date"%} : {% file.recept_date %}

-

{%trans "Creation date"%} : {% file.crea_date %}

-{% if file.deadline_date and not file.acts %} -

{%trans "Deadline"%} : {% file.deadline_date %}

-{% endif %} - -

{%trans "Responsible"%} : {% file.responsible %}

- -{% if file.is_active %} -

{%trans "Active file"%}

-{% endif %} -{% if file.is_inactive %} -

{%trans "Closed file"%}

-

{%trans "Closure date" %} : {% file.closure_date %} {%trans "by" %} {% file.closer_user%}

-{% endif %} - -

{%trans "Type"%} : {% file.type %}

- -{% if file.related %}

{%trans "Related file"%} : {% file.related %}

{% endif %} - - -

{%trans "Communes"%} : {% file.communes %}

- -

{%trans "Principal adress"%} : {% file.princ_adress %}

-

{%trans "Complementary adress"%} : {% file.complem_adress %}

-

{%trans "Postal code"%} : {% file.postal_code %}

- - - -

{%trans "Surface"%} : {% file.surface %} ({% file.surface_ha %) ha)

- - - - -{% if file.is_preventive %} -

{%trans "Planed surface"%} : {% file.planed_surface %} ({% file.planed_surface_ha %) ha)

-

{%trans "Saisine type"%} : {% file.saisine_type %}

- {% if file.service %}

{%trans "Service"%} : {% file.service %}

{% endif %} - {% if file.permit_type %}

{%trans "Permit type"%} : {% file.permit_type %}

{% endif %} - {% if file.permit_ref %}

{%trans "Permit reference"%} : {% file.permit_ref %}

{% endif %} - {% if file.contractor_org %}

{%trans "Contractor organisation"%} : {% file.contractor_org %}

{% endif %} - {% if file.contractor %}

{%trans "Contractor"%} : {% file.contractor %}

{% endif %} -

{%trans "Numerical reference"%} : {% file.index %}

-{% endif %} - -

{%trans "Comments"%} : {% file.comments %}

- - - - - - - {% for label, in file.data_acts %} - - {% endfor %} - - {% for data, in file.data_acts %} - - - - - - - {% endfor %} -
{%trans "Admninistrative acts"%}
{{label}}
{{year}}{{reference}}{{type}}{{date}}
- - - - - - - {% for label, in file.data_ope %} - - {% endfor %} - - {% for data, in file.data_ope %} - - - - - - - - - - - {% endfor %} -
{%trans "Associated operations"%}
{{label}}
{{year}}{{reference}}{{patriarche}}{{type}}{{head_scientist}}{{date_debut}}{{date_fin}}{{link_to_ope_sheet}}
- - - - - - - {% for label, in file.ope.data_acts %} - - {% endfor %} - - {% for data, in file.ope.data_acts %} - - - - - - - {% endfor %} -
{%trans "Admninistrative acts linked to associated operations"%}
{{label}}
{{year}}{{reference}}{{type}}{{date}}
- -{% endblock %} -- cgit v1.2.3