{% for area in areas %}
..... {{area.name}}
{% endfor %}
if areas is empty, null, .. the code fails hitting up against
area.name. I have tried to bracket the for loop with
{% if areas != None %} or areas != '' or length(areas)>0 etc - all
without success.
Any ideas ?
Should it matter that it is being done within <svg> .... </svg> ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---