{# 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. #} {% macro historical_trend(suite) -%} {% set granularities = ['1-month', '1-year', '5-years', '20-years'] %} {% for g in granularities %}
{{ g }}
{% endfor %} {%- endmacro %}