{% load i18n %} {% load tagging_tags %}
{% trans "Last comments" %}
{% if comments %} {% else %}
{% trans "No comments on blog" %}
{% endif %}
{% trans "Last posts" %}
{% if last_posts %} {% else %}
{% trans "No posts on blog" %}
{% endif %}
{% trans "Useful information" %}
{% trans "Tags" %}
{% ifapp sape %} {% load sape_extras %}
{% trans "Advertize" %}
{% endifapp %}