{% extends "planet-user.html" %} {% block title %}{{ author.cn }}{% end block %} {% block bodyA %}
{% if lang == "de" %} XXX GERMAN TEXT MISSING {% else %}

This is a list of all announcements made by {{ author.cn }} in reverse chronological order.

{% end %} {% for news in latest_news %} {% end %}
{{ news.title }} {{ locale.format_date(news.date, full_format=True) }}
{% end block %}