{# 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/checksum.html #} {% extends name+"/base.html" %} {% block title %}Filename: {{ path }}{% endblock %} {% block breadcrumbs %}Copyright / {{ package }} / {{ version }} / {{ path.replace('/', ' / ') }}{% endblock %} {% block content %} {% import "copyright/macros.html" as macro %}

{{ self.title() }}

{% if count == 0 %}

File {{ path }} in {{ package }} in version {{ version }} not found

{% else %} {% if count > 1 %}

File name appears {{ count }} times in the package {{ package }}

{% endif %} {% for res in result %} {{ macro.view_license(res['copyright']) }} {% endfor %} {% endif %} {% endblock %}