{{ _('{0} Top Tags')|f(request.APP.pretty) }}
{% for tag in top_tags|list|shuffle if tag.tagstat %}
{{ tag_link(tag, min_tag_count, max_tag_count) }}
{% endfor %}
{% extends "base.html" %} {% block title %} {{ page_title(_('Top {0} Tags')|f(num_tags)) }} {% endblock %} {% block content %}