{# Copyright (C) 2014 The Debsources developers . See the AUTHORS file at the top-level directory of this distribution and at https://salsa.debian.org/qa/debsources/blob/master/AUTHORS License: GNU Affero General Public License, version 3 or above. #} {# copied from templates/stats_suite.html #} {% extends "sources/base.html" %} {% block title %}Statistics: {{ suite }}{% endblock %} {% block breadcrumbs %}stats / {{ suite }}{% endblock %} {% block content %}

{{ self.title() }}

{% set suite = "debian_" + suite %}

Historical trends

{% import "sources/stats_trends.inc.html" as stats_trends %} {{ stats_trends.render_trends(suite[7:]) }} {% endblock %}