{% extends "planet/base.html" %} {% load i18n pagination_tags tagging_tags planet_tags %} {% load url from future %} {% block head_title %}{{ author.name }} {% trans 'has written the following posts' %}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumb_section %}
{% trans 'Posts under tag' %}: {{ tag }}
{% trans 'See the complete list of posts by this author' %}