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

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

{% end %} {% end block %}
{% end block %}