{% extends "base-2.html" %} {% block title %}{{ _("IPFire Planet") }} - {{ author.cn }}{% end block %} {% block bodyA %} {% if entries %} {% for entry in entries %} {{ modules.PlanetEntry(entry, show_avatar=False) }} {% end %}
{% else %}

{{ _("%s did not write any posts, yet.") % author.cn }}

{% end %} {% end block %} {% block bodyB %}
{{ author.cn }}
{{ escape(author.cn) }}
{{ _("Mail") }}
{% end block %}