{% extends "base.html" %} {% block title %}DEP-11 data for {{distro}}: {{suite}} suite{% endblock %} {% block header_content %} ⇦ | DEP-11 data for {{distro}}/{{suite}} {% endblock %} {% block content %}

Select an archive section

Sections

{% for section in sections %}

{{section}}

{% endfor %}

Health of suite "{{suite}}"

{{valid_percentage}}% Valid
{{info_percentage}}% Infos
{{warning_percentage}}% Warnings
{{error_percentage}}% Errors
{% endblock %} {% block float_right %} Last updated on: {{time}} {% endblock %}