Item list in invoice emails?

I’m trying to get some pretty responsive email templates going (eg these), but I can’t figure out how to get the item list from the email template. Is it possible?

Thanks!

Item lists are currently not available in templates.

That’s too bad. How hard would it be to add? I tried to figure out where it goes but I don’t understand these crazy PHP frameworks apparently…

Ah, looks like the template is rendered in template_helper.php and just uses a make-shift templating function. If I added a proper templating engine there would you be interested in a pull request?

Sure, any improvement for the app is welcome!

Making items available in the templates should be not problem, but there should be a setting to toggle this on/off because large invoices with a lot of items may cause problems.