Bilan for accounting added

This commit is contained in:
2016-12-21 00:43:54 +01:00
committed by Skia
parent 96c6bf8067
commit 1457a7bf74
2 changed files with 22 additions and 34 deletions

View File

@ -21,13 +21,13 @@
{% for key in bilan.keys() %}
<tr>
<td>{{ key }}</td>
<td>{{bilan[key]}}</td>
<td>{{ bilan[key] }}</td>
</tr>
{% endfor %}
</tbody>
</table>
<p>Total : {{total_credit}}</p>
<p>Total : {{ total_credit }}</p>
{% endblock %}