Also added unit test
Since this is a cross project report. I'm going to update the table to also list the project each issue belongs to.
Ugh, this already exists, but I think we should have a modified time column though. So adding that.
1 new commit added
I don't think we can do break-row outside of a paragraph
Maybe we could rely on index instead of using this local variable.
index
And yet it works :)
What index? BTW there does not appear to be a built in "index" in jinja. You recommended it before for a different issue, but it did nothing and I had to go in a different direction.
Sorry my bad, the variable is loop.index, cf http://jinja.pocoo.org/docs/2.9/templates/#tests
loop.index
But it's not valid html
rebased
ack
I think I would have approach this using a macro but this works as well and worst case I'll refactor and submit a PR :)
Pull-Request has been merged by pingou
Also added unit test