{% load i18n %} {% load tagging_tags %} {% if entries %}
{{ title }}
{% if months %}
{% trans 'Archive' %}
{% endif %} {% if cloud %}
{% trans 'Topics' %}
{% for tag in cloud %} {{ tag }} {% endfor %}
{% endif %}
{% endif %}