## -*- coding: utf-8 -*- <%inherit file="base.tmpl"/> <%namespace name="archive_nav" file="archive_navigation_helper.tmpl" import="*"/> <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/> <%block name="extra_head"> ${feeds_translations.head(kind=kind, rss_override=False, has_no_feeds=has_no_feeds)} <%block name="content">

${title|h}

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

${messages("Nothing found.")}

%endif