I need to format a number like this:
sprintf(\"%05d\",$lineNumber)
But I\'m inside a Symfony2 Twig template. So what can I do?
Twig provides lots of filters, take a look at format and number_format.