add activity exports in a group

This commit is contained in:
2022-07-13 10:31:32 +02:00
parent 2ce145cace
commit 3cdcccc037
5 changed files with 23 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
</div>
{% endif %}{% endfor %}
{% if grouped_exports|keys|length > 1 %}
{% if grouped_exports|keys|length > 1 and grouped_exports['_']|length > 0 %}
<h2 class="display-6">{{ 'Ungrouped exports'|trans }}</h2>
{% endif %}