Hi guys,
I'm facing a little problem here.
In my view I have:
{{n=3}}
{{='%2d' % n}}This shows the number " 3" (a space before the number 3). I expected it shows "03" (a leading zero). Is it the way it should work? I think variable interpolation should mantain its contents when printed to the user. Anybody know why this is happening? -- Vinicius Assef.

