{% load i18n %} {% load tagging_tags %}
{% trans "Last comments" %} Last comments feed
{% if comments %} {% else %}
{% trans "No comments on blog" %}
{% endif %}
{% trans "Last posts" %} Last posts feed
{% if last_posts %} {% else %}
{% trans "No posts on blog" %}
{% endif %}
{% trans "Tags" %}
{% tag_cloud_for_model blog.post as tags %} {% render_tag_cloud tags %}
{% ifapp blogroll %} {% load blogroll_extras %}
{% trans "Blogroll" %}
{% blogroll_links %}
{% endifapp %} {% ifapp sape %} {% load sape_extras %}
{% trans "Advertize" %}
{% endifapp %}