mise à plat depot

This commit is contained in:
root
2020-09-22 14:20:47 +02:00
parent 66fa43497e
commit 6a9ae5323b
4 changed files with 8 additions and 3 deletions

View File

@@ -99,7 +99,7 @@
<h2>{{ project.displayname }}</h2>
<div class="synthese">
Estimé = {{ project.estimate }}<br>
Commandé = {{ project.proposed }}
Commandé = {{ project.proposed }}<br>
Validé = {{ project.validate }}<br>
Planifié = {{ project.planified }}<br>
<b>RESTE = {{ ( project.proposed - project.validate - project.planified) }}</b>