X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Fdae%2Ftemplates%2Fdae%2Fembauche-remun.html;h=56d95a205f68f0f94ad449aa5dff94164c306b29;hp=b0d9f9ba8386bfd6482a1b3dac14c7609c9edcfe;hb=e0a465f23adbd0afd77246905f82c8d11e5bd167;hpb=828759ca9d9ec413c73c44a670d9dc3ae7a90246
diff --git a/project/dae/templates/dae/embauche-remun.html b/project/dae/templates/dae/embauche-remun.html
index b0d9f9b..56d95a2 100644
--- a/project/dae/templates/dae/embauche-remun.html
+++ b/project/dae/templates/dae/embauche-remun.html
@@ -1,3 +1,5 @@
+{% load l10n %}
+
{% for f in remunForm.management_form %}
{{ f }}
{% endfor %}
@@ -6,8 +8,9 @@
Type |
Devise locale |
- Annuel |
- Annuel Euros |
+ Annuel (visé) |
+ Annuel Euros (visé) |
+ Annuel Euros (ajusté par période) |
Précision |
{% if not remunForm.read_only %}
Supprimer |
@@ -25,6 +28,7 @@
{{ f.devise.errors }} {{ f.devise }} |
{{ f.montant.errors }} {{ f.montant }} |
|
+ {{ f.instance.montant_ajuste_euros|stringformat:".2f" }} |
{{ f.commentaire.errors }} {{ f.commentaire }} |
{% if not remunForm.read_only %}
{{ f.DELETE }} |
@@ -41,6 +45,7 @@
|
|
|
+ |
|
{% if not remunForm.read_only %}
|
@@ -53,6 +58,7 @@
|
|
|
+ |
|
{% if not remunForm.read_only %}
|
@@ -63,6 +69,7 @@
|
|
|
+ |
|
{% if not remunForm.read_only %}
|
@@ -75,6 +82,7 @@
{{ f.devise.errors }} {{ f.devise }} |
{{ f.montant.errors }} {{ f.montant }} |
|
+ {{ f.instance.montant_ajuste_euros|stringformat:".2f" }} |
{{ f.commentaire.errors }} {{ f.commentaire }} |
{% if not remunForm.read_only %}
{{ f.DELETE }} |
@@ -91,6 +99,7 @@
|
|
|
+ |
|
{% if not remunForm.read_only %}
|