{# Copyright (C) 2013 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/source_base.html #} {% extends "sources/source_base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}Package: {{ package }}{% endblock %} {% block source_content %}

{{ self.title() }}

{{ macros.show_suite(suite) }} {{ macros.show_versions(versions, path, '.source', config['ICONS_FOLDER'])}} {% endblock %}