{% extends '../layout.twig.html' %} {% block title %}Pal Test Results{% endblock %} {% block body %} {% if (index.hasErrors) %}class="red"{% else %}class="green"{% endif %} {% endblock %} {% block content %}

Statistics

Groups

{% for group in index.groups %} {% endfor %}
Package Status
{{ group.name }} {{ group.count('Passed') }} {{ group.count('Ignored') }} {{ group.count('Failed') }}
{% endblock %}