added missing translations + further adjustment templates

This commit is contained in:
2022-03-02 15:44:49 +01:00
parent 5dc117037d
commit 9bb149fb02
5 changed files with 17 additions and 14 deletions

View File

@@ -33,11 +33,12 @@
{% endfor %}
{% if resources|length == 0 and charges|length == 0 %}
<div class="flex-table">
<div class="item-bloc">
{# <div class="flex-table"> #}
{# <div class="item-bloc">
<p><span class="chill-no-data-statement">{{ "There isn't any element recorded"|trans }}</span></p>
</div>
</div>
</div> #}
{# </div> #}
{% else %}
<h2 class="subtitle">{{ 'Actual budget'|trans }}</h3>
@@ -57,6 +58,8 @@
</div>
{% endif %}
{% endif %}
<h2 class="subtitle">{{ 'Past budget'|trans }}</h2>
{% if pastCharges|length > 0 or pastResources|length > 0 %}
@@ -100,4 +103,4 @@
</div>
</div> #}
{% endif %}