{% if has_previous %}<{% trans 'Prev' %}{% endif %}
{% if has_next %}{% trans 'Next' %} >{% endif %}
{% endif %}
{% block content %}
{% endblock %}
{{ BLOG_TITLE }}
{{ BLOG_TITLE }}
{% for entry in entry_list %}
{% if forloop.first %}
{% trans 'Recent Entries' %}
-
{% endif %}
- {{ entry.title }} {% if forloop.last %}
{% trans 'Recent Comments' %}
-
{% endif %}
- {{ comment.author }} {% if forloop.last %}
{% trans 'Recent Trackbacks' %}
-
{% endif %}
- {{ trackback.blog_name }} {% if forloop.last %}
{% trans 'Archives' %}
-
{% endif %}
- {{ archive.year }}/{{ archive|date:"m" }} {% if forloop.last %}
{% trans 'Tags' %}
-
{% endif %}
- {{ tag.name }} {% if forloop.last %}
{% if is_paginated %}
Copyright © 2006, {{ BLOG_TITLE }}.