From 6a5866ee203550ae968fbed1d332ff426190fda7 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 25 Jul 2024 15:44:35 +0200 Subject: more compact pdf print document --- server/templates/server/download_doc.html | 123 +++++++++++++++--------------- 1 file changed, 63 insertions(+), 60 deletions(-) (limited to 'server/templates') diff --git a/server/templates/server/download_doc.html b/server/templates/server/download_doc.html index c5fa930..abd1d39 100644 --- a/server/templates/server/download_doc.html +++ b/server/templates/server/download_doc.html @@ -5,9 +5,14 @@ + -
+
  • {% if doc.0.status == "wait" %} @@ -20,78 +25,82 @@ assignment_turned_in {% endif %} {{doc.0.document_type.name}} - {{doc.0.user.username}} -
  • - {% if doc.0.status == 'ok' or doc.0.status == 'archive' %} -
  • - confirmation_number{{doc.0.code}} -
  • + {% if doc.0.status == 'ok' or doc.0.status == 'archive' or True %} + + confirmation_number + Codice documento: + {{doc.0.code}} + {% endif %} +
  • - send{{doc.0.compilation_date}} + send + Compilato il: + {{doc.0.compilation_date}}
  • {% if doc.0.document_type.personal_data %}
  • - personDati personali -

    -
    -
    +
    + personDati personali +
    +
    +
    -
    +
    -
    +
    -
    +
    -
    +
    -
    - - -
    -
    +
    -
    +
    + + +
    +
    -
    +
    -
    +
    -
    +
    -
    +
    -
    +
    -
    +
    -
    +
    @@ -100,83 +109,77 @@ {% endif %} {% if doc.0.document_type.medical_data %}
  • - healingDati medici -

    -
    +
    + healingDati medici +
    +
    Persona di contatto in caso di necessità
    -
    -
    +
    +
    -
    +
    -
    +
    -
    +
    -
    +
    -
    +
    Assicurazione
    -
    -
    +
    +
    -
    +
    -
    +
    -
    -
    -
    - È sostenitore REGA   - +
    + +
    -
    +
    Medico di famiglia
    -
    +
    -
    +
    -
    +
    -
    +
    Scheda medica personale
    @@ -184,11 +187,11 @@
    -
    +
    -
    +
    -- cgit v1.2.1