{# Copyright (C) 2016 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. #} {% extends name+"/base.html" %} {% block title %}News archive{% endblock %} {% block breadcrumbs %} {{ request.blueprint }} / News archive {% endblock %} {% block content %}

{{ self.title() }}

{% if archived_news %} {{ archived_news|safe }} {% else %}

Looks like the news archive is empty!

{% endif %}
{% endblock %} {# show the background debian image #} {% block bg_wrapper %}
{{ self.content() }}
{% endblock %}