Commit d9f30223 by Félicie

condition added

parent 0a7b3ecd
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
{% block blocksubtitle %} {% block blocksubtitle %}
{% endblock blocksubtitle %} {% endblock blocksubtitle %}
{% block blockcontent %} {% block blockcontent %}
{% if not tav_env %}
<div class="table-responsive"> <div class="table-responsive">
<table class="table"> <table class="table">
<thead> <thead>
...@@ -64,5 +65,13 @@ ...@@ -64,5 +65,13 @@
</a> </a>
</div> </div>
</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 %} {% endblock blockcontent %}
{% endif %} {% 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