{# -*- coding: utf-8 -*- #} {% extends 'base.tmpl' %} {% import 'archive_navigation_helper.tmpl' as archive_nav with context %} {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %} {% block extra_head %} {{ feeds_translations.head(kind=kind, rss_override=False, has_no_feeds=has_no_feeds) }} {% endblock %} {% block content %}

{{ title|e }}

{{ archive_nav.archive_navigation() }} {{ feeds_translations.translation_link(kind) }} {% if items %} {% else %}

{{ messages("Nothing found.") }}

{% endif %}
{% endblock %}