Le 06/11/2012 14:05, Martin Kubát a écrit :
In django exist project "django-mptt" with has a "recursetree" tag (http://django-mptt.github.com/django-mptt/templates.html#recursetree). Is something similar for jinja2?
for-loops in Jinja2 can be "recursive": http://jinja.pocoo.org/docs/templates/#for Is that what you need? -- Simon Sapin -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
