{# 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/source_base.html #} {% extends name+"/base.html" %} {% block head %} {{ super() }} {% endblock %} {% block breadcrumbs %} Copyright / {{ package }} /{{ version }} {% endblock %} {% block title %}Package: {{ package }}{% endblock %} {% block content %}

{{ self.title() }} / {{ version }}

{% if dump == 'True' %} {% include "source_file_code.inc.html" %} {% else %} {% include "copyright/license_render.inc.html" %} {% endif %} {% endblock %}