From 8fd10cc4a8ca3a974ff64aa33031ba27a6bb7e20 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Mon, 20 Jan 2020 18:04:01 +0100 Subject: [PATCH] add fascicule https://trackers.pilotsystems.net/probarreau/0648 --- .../registration/registration_pdf.html | 204 +++++++++++------- 1 file changed, 131 insertions(+), 73 deletions(-) diff --git a/teleforma/templates/registration/registration_pdf.html b/teleforma/templates/registration/registration_pdf.html index 9876223f..f5b1b130 100644 --- a/teleforma/templates/registration/registration_pdf.html +++ b/teleforma/templates/registration/registration_pdf.html @@ -5,87 +5,145 @@ {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} - + - + -{%block head_title %}{% description %} - {% trans "Registration" %}{% endblock %} + {%block head_title %}{% description %} - {% trans "Registration" %}{% endblock %} -{% block stylesheets %} - -{% endblock %} + {% block stylesheets %} + + {% endblock %} -{% block extra_stylesheets %}{% endblock %} + {% block extra_stylesheets %}{% endblock %} -{% block layout %} -{% with student.user.profile.all.0 as profile %} - -
- - - -
-
-

{% trans "Training registration" %} - {% trans "Training" %} {{ student.period }}

-

du {{ student.period.date_begin }} au {{ student.period.date_end }}

-
- - - - - - - - - - - - - - - - {# #} - - {# #} - - - - -
{% trans "First name" %} : {{ student.user.first_name }}
{% trans "Last name" %} : {{ student.user.last_name|upper }}
{% trans "Address" %} : {{ profile.address }} {{ profile.postal_code }} {{ profile.city }}, {{ profile.country }}
{% trans "Telephone" %} : {{ profile.telephone }}
{% trans "E-mail" %} : {{ student.user.email }}
{% trans "Username" %} : {{ student.user.username }}
{% trans "Birthday" %} : {{ profile.birthday }}
{% trans "Studying level" %} : {{ student.level }}
{% trans "IEJ" %} : {{ student.iej.name }}
{% trans "Training" %} : {{ student.training.name }}
{% trans "Training type" %} : {% if student.platform_only %}E-learning seulement{% else %}Présentielle{% endif %}
{% trans "Matière de procédure" %} : {{ student.procedure }}
{% trans "Matière juridique de spécialité" %} : {{ student.written_speciality }}
{% trans "Matière d'oral de spécialité" %} : {{ student.oral_speciality }}
{% trans "Matière d'oral de langue" %} : {{ student.oral_1 }}
{% trans "Matière d'oral technique oral_2" %} : {{ student.oral_2 }}
{% trans "Registration date" %} : {{ student.date_registered}}
{% trans "PROMO code" %} : {{ student.promo_code}}
- -

Je certifie avoir pris connaissance des conditions générales d’inscription et du règlement intérieur.

- - - - -
Envoyer à :

- LE PRE-BARREAU
- Service inscription
- 3, rue de Nesle
- 75006 Paris -
-

A ...................................., le .......................................

-
-

Signature

-
- -
- -{% block footer %} - -{% endblock %} - -
-{% endwith %} -{% endblock layout %} + {% block layout %} + {% with student.user.profile.all.0 as profile %} + +
+ + + +
+
+

{% trans "Training registration" %} - {% trans "Training" %} {{ student.period }}

+

du {{ student.period.date_begin }} au {{ student.period.date_end }}

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {# #} + + + + + + {# #} + + + + + + + + + + +
{% trans "First name" %} : {{ student.user.first_name }}
{% trans "Last name" %} : {{ student.user.last_name|upper }}
{% trans "Address" %} : {{ profile.address }} {{ profile.postal_code }} {{ profile.city }}, {{ profile.country }}
{% trans "Telephone" %} : {{ profile.telephone }}
{% trans "E-mail" %} : {{ student.user.email }}
{% trans "Username" %} : {{ student.user.username }}
{% trans "Birthday" %} : {{ profile.birthday }}
{% trans "Studying level" %} : {{ student.level }}
{% trans "IEJ" %} : {{ student.iej.name }}
{% trans "Training" %} : {{ student.training.name }}
{% trans "Training type" %} : {% if student.platform_only %}E-learning seulement{% else %}Présentielle{% endif %}
{% trans "Fascicule" %} : {% if student.fascicule %}Oui{% else %}Non{% endif %}
{% trans "Matière de procédure" %} : {{ student.procedure }}
{% trans "Matière juridique de spécialité" %} : {{ student.written_speciality }}
{% trans "Matière d'oral de spécialité" %} : {{ student.oral_speciality }}
{% trans "Matière d'oral de langue" %} : {{ student.oral_1 }}
{% trans "Matière d'oral technique oral_2" %} : {{ student.oral_2 }}
{% trans "Registration date" %} : {{ student.date_registered}}
{% trans "PROMO code" %} : {{ student.promo_code}}
+ +

Je certifie avoir pris connaissance des conditions générales d’inscription et du règlement intérieur. +

+ + + + + + +
Envoyer à :

+ LE PRE-BARREAU
+ Service inscription
+ 3, rue de Nesle
+ 75006 Paris +
+

A ...................................., le .......................................

+
+

Signature

+
+ +
+ + {% block footer %} + + {% endblock %} + +
+ {% endwith %} + {% endblock layout %} - + + \ No newline at end of file -- 2.39.5