{ "info": { "author": "Johannes Spielmann", "author_email": "jps@shezi.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "There is currently no great way to do tree structures in Django templates.\n \n Thus, this module contains a tag for rendering trees from sequences.\n \n For this, a method for recursion is given, as well as for defining start and end\n markers. A full example of the syntax of this template tag is the following:\n \n {% load treetag %}\n {% tree item_seq %}\n