{% extends "../base.html" %} {% block title %}{{ _("IPFire Planet") }} - {{ author.name }}{% 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.name }}

{% end %} {% end block %}
{% module PlanetAuthorBox(entry.author) %}
{% end block %}