I guess it might had been discussed, just didnt find anything.
This extended syntax would really make some writing shorter
user has {{ num_files or "no" }} files
now, you have to write
user has {% if num_files %} {{ num_files }} {% else %} no {%
endif %} files
Are there any opinions on that?
my 2 cents
--
cu
Wolfram
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" 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/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---