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

Hints for {{package_name}} in {{suite}}

{% for entry in entries %}

{{entry.identifier}} {% for arch in entry.archs %} ⚙ {{arch}} {% endfor %}

{% if entry.errors|length %}

Errors

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

Warnings

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

Hints

{% endif %} {% endfor %}
{% endblock %} {% block float_right %} Last updated on: {{time}} {% endblock %}