{% extends "base.html" %} {% block title %}{{package_name}} in {{suite}}{% endblock %} {% block header_content %} {{package_name}} [{{suite}}]  at {{time}} {% endblock %} {% block content %}

Issues with {{package_name}} in {{suite}}

WORK IN PROGRESS!

{% if errors|length %}

Errors

{% endif %} {% if warnings|length %}

Warnings

{% endif %} {% if infos|length %}

Hints

{% endif %} {% endblock %} {% block page_details %}

Last updated on: {{time}}

{% endblock %}