{% extends "base.html" %} {% block title %}Data for the {{suite}} suite{% endblock %} {% block header_content %} ⇦ | AppStream data for {{project_name}}/{{suite}} {% endblock %} {% block head_extra %} {% endblock %} {% block float_right %} Last updated on: {{time}} {% endblock %} {% block content %}

Select an archive section

Sections

{% for section in sections %}

{{section.section}}

{% endfor %}

Health of suite "{{suite}}"

{% for section in sections %}
{{section.section}}
{% endfor %}
{% endblock %}