{# Copyright (C) 2015 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 name+"/base.html" %} {% block title %}Statistics: {{ suite }}{% endblock %} {% block breadcrumbs %}stats / {{ suite }}{% endblock %} {% block content %}

{{ self.title() }}

{% import "copyright/stats_trends.inc.html" as stats_trends %}

Historical trends

{{ stats_trends.historical_trend(suite) }} {% endblock %}