Commit d9f30223 by Félicie

condition added

parent 0a7b3ecd
......@@ -10,6 +10,7 @@
{% block blocksubtitle %}
{% endblock blocksubtitle %}
{% block blockcontent %}
{% if not tav_env %}
<div class="table-responsive">
<table class="table">
<thead>
......@@ -64,5 +65,13 @@
</a>
</div>
</div>
{% else %}
{% for flux in fluxs %}
<p>
Montant total des transactions depuis le {{flux.createdAt|date('d/m/Y H:i')}} : <strong>{{flux.montant}} {{KOH_MLC_SYMBOL|default('')}}</strong>.
</tr>
{% endfor %}
{# {{array_sum(fluxs)}} #}
{% endif %}
{% endblock blockcontent %}
{% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment