{# 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/ctag.html #} {% extends "sources/base.html" %} n {% block title %}Ctag: {{ ctag }} {% if package %}(in package {{ package }}){% endif %} (page {{ page }}){% endblock %} {% block breadcrumbs %}ctag / {{ sha256 }}{% endblock %} {% block content %}

{{ self.title() }}

{{ count }} result{% if count >= 2 %}s{% endif %}: {{ macros.render_pagination(pagination) }} {% endblock %}