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

{% trans "Blog Archive" %}

{% if page_obj %} {% endif %} {% endblock %} {% block sidebar %}

{% trans "Tags" %}

{% if enabled_tag %} {% trans "remove tag" %} {% endif %}
{% for tag in tag_list %} {{ tag.name }} {% empty %} {% trans "No tag found." %} {% endfor %}
{% endblock %}