Of course I am +1 on this because I also wanted it, I think it would
be really useful... repeating {% with %}{% endwith %} ten times if
needed ten times really does not respect DRY principle...

On 2 avr, 16:53, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi guys!
>
> I want to be able to use with as:
>
> {% with some.complex.variable as var and some.another.variable as
> other %}
> {{ var }}<br>
> {{ other }}<br>
> {% endwith %}
>
> I saw some discussion about this sometime ago but I could not find the
> thread. Now it is not possible to use the "and" as I want, is this a
> design decision or do you accept patches?
>
> Thanks


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to