{% extends "base.html" %} {% block content %}
Level |
{% for test in tests %}
{{ test }} |
{% endfor %}
||
---|---|---|---|
{{ result.branch.display_name }} |
{{ result.level if result.level >= 0 else "?" }} |
{% for test in tests %}
{% set r = result.results[test] %}
{% endfor %} | {% if result.date == None %} ??? {% else %} {% endif %} {% if result.outdated %} {% endif %} |
A testing PR is open for this app.
{% else %}No active testing branch for this app.
{% endif %} {% if app.opened_issues > 0 %}There are {{ app.opened_issues }} opened issues for this app.
{% else %}No issues opened for this app !
{% endif %} {% if app.opened_prs > 0 %}There are {{ app.opened_prs }} opened pull requests for this app.
{% else %}There are no pull requests opened.
{% endif %}