{% extends "planet/base.html" %} {% load i18n pagination_tags tagging_tags planet_tags %} {% block page_title %}{{ author.name }} {% trans 'has written the following posts' %} - {{ block.super }}{% endblock %} {% block extrameta %} {% endblock %} {% block head_feeds %} {% endblock %} {% block rss_feed %} RSS 2.0 Feed {% endblock %} {% block menu_extra %} {% if tag %}
  • {% trans 'People talking about this' %}
  • {% trans 'Feeds talking about this' %}
  • {% endif %} {% endblock %} {% block content %}

    {{ author.name }} {% trans "has written the following posts" %}:

    {% if tag %}

    {% trans 'Posts under tag' %}: {{ tag }}

    {% trans 'See the complete list of posts by this author' %}
    {% endif %} {% autopaginate posts 20 %} {% for post in posts %}
    {% post_details post %}
    {% endfor %} {% paginate %} {% endblock %} {% block right_column %} {% if tag %}
    {% related_tags_for tag %}
    {% authors_about tag %}
    {% endif %} {% cloud_for_author author %} {% endblock %}