summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/dtl/demos/templates/countrychildren.html
blob: fbdbebeac93315e5b21242f0ac9c67d1ca03d647 (plain)
1
<li>{{ country.type }}: {{ country.name }}{% if country.children %}<ul>{% for country in country.childrens %}{% include countrychildren %}{% endfor %}</ul>{% endif %}</li>