{% extends "base.html" %} {% block content_title %}Tags{% endblock %} {% block content %} {% load tagging_tags humanize %} {% if page_list %}

{{ page_list.count|apnumber|title }} Pages tagged {{ tag_list|join:", " }}:

All Tags

{% endif %} {% tag_cloud_for_model django_vz_wiki.page as tag_list %}

{% for tag in tag_list %} {% endfor %} {% endblock %}