{% extends "planet/base.html" %} {% load i18n pagination_tags tagging_tags planet_tags %} {% load url from future %} {% block head_title %}{{ author.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumb_section %}
{% trans 'Blog Info' %} | {{ blog.title }} |
---|---|
{% trans 'Blog website' %} | link |
{% trans 'Stats' %} | Has written {{ author|post_count }} posts about or related to Django |
{% trans 'Posts under tag' %}: {{ tag }}
{% trans 'See the complete list of posts by this author' %}