{% extends "lotus/base.html" %} {% load i18n %} {% block header-title %}{% trans "Tags" %}{% endblock header-title %} {% block lotus_content %}{% spaceless %}

{% trans "Tags" %}

{% for tag in tag_list %} {{ tag.name }} {{ tag.article_count }} {% endfor %}
{% include "lotus/pagination.html" %}
{% endspaceless %}{% endblock lotus_content %}