{% load i18n sizeformat %} {% if stats %}
{% for env in stats %} {% with parent=grp_id env=env t="stats/_billing_stats.html" %} {% include t %} {% endwith %} {% endfor %}
{% else %}

{% trans "No recent activity to report at this time." %}

{% endif %}