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

{{ messages("Authors") }}

{{ feeds_translations.translation_link(kind) }}
{% endif %}
{% endblock %}