Display of budget result

This commit is contained in:
2022-03-02 16:38:55 +01:00
parent 8b37f008e6
commit 969f0b8aeb
6 changed files with 18 additions and 20 deletions

View File

@@ -26,13 +26,4 @@
<span class="chill-no-data-statement">{{ 'No charges registered'|trans }}</span>
</div>
{% endif %}
{# {% if results|length > 0 %} #}
<div class="flex-table">
<h3 class="family-title">{{ 'Budget calculator'|trans }}</h2>
<div class="item-bloc">
{{ table_results(actualCharges, actualResources) }}
</div>
</div>
{# {% endif %} #}
</div>