{% extends "base.html" %} {% block body %}

{{ _("Planet Administrator") }}

{{ _("Compose new entry") }}

{% for entry in entries %} {% end %}
{{ _("Author") }} {{ _("Title") }}  
{{ entry.author.name }} {{ entry.title }} {% if entry.is_draft() %} {{ _("Draft") }} {% end %} {{ _("Edit") }} {% if entry.is_draft() %} • {{ _("Publish") }} {% end %}
{% end %}