mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
Fixed: [saved exports] Fix a test in list when no export ungrouped
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if grouped_exports|keys|length > 1 and grouped_exports['_']|length > 0 %}
|
{% if grouped_exports|keys|length > 1 and grouped_exports['_']|default([])|length > 0 %}
|
||||||
<h2 class="display-6">{{ 'Ungrouped exports'|trans }}</h2>
|
<h2 class="display-6">{{ 'Ungrouped exports'|trans }}</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user