From 34cb9bece44c947d3768a4ab4cbcf2b122c97271 Mon Sep 17 00:00:00 2001 From: ewandor Date: Mon, 6 Mar 2023 21:22:19 +0100 Subject: [PATCH] Removing unused templates --- .../app/contract/print/templates/content.html | 30 ------------ back/app/contract/print/templates/footer.html | 12 ----- .../contract/print/templates/frontpage.html | 48 ------------------- 3 files changed, 90 deletions(-) delete mode 100644 back/app/contract/print/templates/content.html delete mode 100644 back/app/contract/print/templates/footer.html delete mode 100644 back/app/contract/print/templates/frontpage.html diff --git a/back/app/contract/print/templates/content.html b/back/app/contract/print/templates/content.html deleted file mode 100644 index b5ea9315..00000000 --- a/back/app/contract/print/templates/content.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - -
-

Conditions générales & particulières

- - {% for provision in contract.provisions %} -
-

Article {{loop.index}} - {{ provision.title|safe }}

-

{{ provision.body|safe }}

-
- {% endfor %} - - -
- - \ No newline at end of file diff --git a/back/app/contract/print/templates/footer.html b/back/app/contract/print/templates/footer.html deleted file mode 100644 index 109e120f..00000000 --- a/back/app/contract/print/templates/footer.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - -
- - \ No newline at end of file diff --git a/back/app/contract/print/templates/frontpage.html b/back/app/contract/print/templates/frontpage.html deleted file mode 100644 index 9f170be4..00000000 --- a/back/app/contract/print/templates/frontpage.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -
-
- - - -
Cooper, Hillman & Toshi LLP
6834 Innocence Boulevard
LOS SANTOS - SA
consulting@cht.law.com
-
-

{{ contract.title|upper }}

-
-

Introduction

-

Le {{ contract.date.strftime('%d/%m/%Y') }} à {{ contract.location}}

-

Entre les soussignés :

- {% for party in contract.parties %} -
- {% if not loop.first %} -

ET

- {% endif %} -

- {% if party.entity.entity_data.type == "corporation" %} - {{ party.entity.entity_data.title }} société de {{ party.entity.entity_data.activity }} enregistrée auprès du gouvernement de San Andreas et domiciliée au {{ party.entity.address }}{% if party.representative %}, représentée par {{ party.representative.entity_data.firstname }} {{ party.representative.entity_data.middlenames }} {{ party.representative.entity_data.lastname }}{% endif %} - {% elif party.entity.entity_data.type == "individual" %} - {{ party.entity.entity_data.firstname }} {{ party.entity.entity_data.middlenames }} {{ party.entity.entity_data.lastname }} - {% if party.entity.entity_data.day_of_birth %} né le {{ party.entity.entity_data.day_of_birth.strftime('%d/%m/%Y') }} {% if true %} à {{ party.entity.entity_data.place_of_birth }}{% endif %},{% endif %} - {% if party.entity.address %} résidant à {{ party.entity.address }}, {% endif %} - {% elif party.entity.entity_data.type == "institution" %} - - {% endif %} -

-

Ci-après dénommé {{ party.part|safe }}

- {% if loop.first %} -

d'une part

- {% endif %} -
- {% endfor %} -

d'autre part

-

Sous la supervision légale de Maître {{ lawyer.firstname }} {{ lawyer.lastname }}

-

Il a été convenu l'exécution des prestations ci-dessous, conformément aux conditions générales et particulières ci-après:

-
-
- - \ No newline at end of file