All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pal.templates.pages.index.twig.html Maven / Gradle / Ivy

The newest version!
{% 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 %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy