New issue 63 by pankaj...@gmail.com: Iteration over dictionary - Patch for
/python/jsontemplate/_jsontemplate.py
http://code.google.com/p/json-template/issues/detail?id=63
Added a new formatter "items", this formatter can be used to iterate over
dictionaries. Suggested usage:
Usage: {.repeated section foo | items}
{@key} {@value}
{.end}
Attachments:
_jsontemplate.py.patch 641 bytes
Comment #1 on issue 63 by andyc...@gmail.com: Iteration over dictionary -
Patch for /python/jsontemplate/_jsontemplate.py
http://code.google.com/p/json-template/issues/detail?id=63
This was implemented