{# Variables - title - stats - noUsages #} {% if stats is defined and stats is not empty %}
{{- title -}}
{% set hasDependences = false %} {% for stat in stats %} {% if stat.ids|length > 0 %} {{ stat.label|trans }} {{ stat.ids|length }} {% set hasDependences = true %} {% endif %} {% endfor %} {% if not hasDependences %}

{{ noUsages|default('mautic.core.usage.not_found'|trans) }}

{% endif %}
{% endif %}