{% extends "base.html" %} {% block title %}Issues for {{package_name}} in {{suite}}/{{section}}{% endblock %} {% block float_right %} Last updated on: {{time}} {% endblock %} {% block header_content %} ⇦ | {{package_name}} [{{section}}] {% endblock %} {% block content %}

Hints for {{package_name}} in {{section}}

{% for entry in entries %}

{{entry.component_id}} {% for arch in entry.architectures %} ⚙ {{arch.arch}} {% endfor %}

{% if entry.has_errors %}

Errors

{% endif %} {% if entry.has_warnings %}

Warnings

{% endif %} {% if entry.has_infos %}

Hints

{% endif %} {% endfor %}
{% endblock %}