{% 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 %}
{% endblock %}
{% block menu_extra %}
{% if tag %}
{% trans 'Posts under tag' %}: {{ tag }}
{% trans 'See the complete list of posts by this author' %}