{% block module_title scoped %}
{% block module_name scoped %}
{{ first_item.nodeid.split('::')|first }}
{% endblock %}
{% for category, tests in tests|groupby('status.category') -%}
{{ tests|count }}
{%- endfor %}
{{ tests|map(attribute='phases')|map('sum', 'report.duration')|sum|timedelta }}
{% endblock %}