{% extends "radpress/base.html" %} {% load trans from i18n %} {% load url from future %} {% block content %}

{% trans "Post archives" %}

{% include "radpress/partials/archive_list.html" %}
{% include "radpress/partials/navigation.html" %}
{% endblock %} {% block sidebar %}

{% trans "Tags" %}

{% if enabled_tag %} {% trans "remove tag" %} {% endif %} {% include "radpress/partials/tag_cloud.html" %}
{% endblock %}