# for category in Catalogue.TAG_CATEGORIES:
# for tag in Tag.objects.filter(category=category):
# tags.append(("%s:%s" % (tag.category, tag.slug),
# tag.name,
# tag.description))
# for category in Catalogue.TAG_CATEGORIES:
# for tag in Tag.objects.filter(category=category):
# tags.append(("%s:%s" % (tag.category, tag.slug),
# tag.name,
# tag.description))