mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
desactivate calculator in current budget for household
This commit is contained in:
parent
02409d4992
commit
d907f3f11b
@ -23,12 +23,14 @@
|
|||||||
'household': household
|
'household': household
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
|
{#
|
||||||
<div class="flex-table">
|
<div class="flex-table">
|
||||||
<h3 class="family-title">{{ 'Budget calculator'|trans }}</h3>
|
<h3 class="family-title">{{ 'Budget calculator'|trans }}</h3>
|
||||||
<div class="item-bloc">
|
<div class="item-bloc">
|
||||||
{{ table_results(wholeCharges, wholeResources) }}
|
{{ table_results(wholeCharges, wholeResources) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
#}
|
||||||
|
|
||||||
{% if household.getCurrentMembers|length > 0 %}
|
{% if household.getCurrentMembers|length > 0 %}
|
||||||
<h2 class="subtitle">{{ 'Current budget household members'|trans }}</h2>
|
<h2 class="subtitle">{{ 'Current budget household members'|trans }}</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user