From 80653d69a0dd7bb6a089b6fda05fbe98ff7ac9fb Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Fri, 30 Oct 2020 20:47:10 +0100 Subject: renaming, max partecipant number, only "capi" docs --- client/templates/client/doc_create.html | 123 +++++++++++++++++++------------- client/templates/client/doc_edit.html | 6 +- client/templates/client/index.html | 28 ++++---- 3 files changed, 91 insertions(+), 66 deletions(-) (limited to 'client/templates') diff --git a/client/templates/client/doc_create.html b/client/templates/client/doc_create.html index 18940d8..04f08e6 100644 --- a/client/templates/client/doc_create.html +++ b/client/templates/client/doc_create.html @@ -1,9 +1,9 @@ {% extends 'registration/base_client.html' %} -{% block title %}Crea Documento{% endblock %} +{% block title %}Crea iscrizione{% endblock %} {% block breadcrumb %} - Crea Documento + Crea Iscrizione {% endblock %} {% block content %} @@ -23,7 +23,7 @@ {% endfor %} - + @@ -33,75 +33,100 @@ navigate_next {% else %} - -
-
- - + +
+
+ + +
-
- {% if personal_data %} + {% if no_free_places%}

- Il documento conterrà le informazioni personali, prego verificare che siano corrette e aggiornate + Siamo spiacenti abbiamo esaurito i posti disponibili per questa iscrizione.

- {% endif %} - {% if medical_data %}
-
-
-

- Il documento conterrà le informazioni mediche, prego verificare che siano corrette e aggiornate -

+
+ + navigate_beforeIndietro + + Annulla + cancel + +
+
+ {% else %} + {% if personal_data %} +
+
+
+
+

+ Il documento conterrà le informazioni personali, prego verificare che siano corrette e aggiornate +

+
-
- {% endif %} - {% if custom_message %} -
-
-
-
-

- {{custom_message_text}} -

+ {% endif %} + {% if medical_data %} +
+
+
+
+

+ Il documento conterrà le informazioni mediche, prego verificare che siano corrette e aggiornate +

+
-
- {% endif %} - {% if custom_data %} - {% for key in keys %} + {% endif %} + {% if custom_message %}
-
- - +
+
+
+

+ {{custom_message_text}} +

+
+
- {% endfor %} - {% endif %} -
-
-
- - navigate_beforeIndietro - - Crea - create - + {% endif %} + {% if custom_data %} + {% for key in keys %} +
+
+ + +
+
+ {% endfor %} + {% endif %} + -
+ {% endif %} {% endif %}
diff --git a/client/templates/client/doc_edit.html b/client/templates/client/doc_edit.html index 278f34c..f7e8f72 100644 --- a/client/templates/client/doc_edit.html +++ b/client/templates/client/doc_edit.html @@ -1,9 +1,9 @@ {% extends 'registration/base_client.html' %} -{% block title %}Modifica documento{% endblock %} +{% block title %}Modifica iscrizione{% endblock %} {% block breadcrumb %} - Modifica Documento + Modifica iscrizione {% endblock %} {% block content %} @@ -19,7 +19,7 @@ - +
{% if personal_data %} diff --git a/client/templates/client/index.html b/client/templates/client/index.html index b63fa49..b5d1135 100644 --- a/client/templates/client/index.html +++ b/client/templates/client/index.html @@ -5,8 +5,8 @@ {% block content %}
-
Aggiungi un documento
-

Usa questo bottone per creare un nuovo documento

+
Aggiungi un'iscrizione
+

Usa questo bottone per creare una nuova iscrizione

@@ -36,17 +36,17 @@ {% if doc.0.status == "wait" %}

@@ -54,8 +54,8 @@

-- cgit v1.2.1