<div dir="ltr">Sorry... emailing here as a last resort. <div><br></div><div>Grantlee seems to have a very limited implementation of Django. Such that it seems impossible to do what I'm trying to do.<br><br>I want to essentially reorder the dives as follows...<br><br><p style="margin:0px">0 2 4 6 3 1 7 5 and then continuing that sequence 8 + x , 16 + x etc. </p><p style="margin:0px"><br></p><p style="margin:0px">This is to achieve the correct ordering for 4 dives per page, double sided, so when the pages are cut, the correct dives share front and back (0+1,  2+3, 4+5, etc).</p><p style="margin:0px"><br></p><p style="margin:0px">I've tried using a cycle, </p><p style="margin:0px"><br></p><p style="margin:0px"><!--{% cycle 0 2 4 6 3 1 7 5 as dv %}--></p><p style="margin:0px"> </p><p style="margin:0px">and then looking up the dive as dives.dv and dives[dv] but these don't seem to be supported. </p><p style="margin:0px"><br></p><p style="margin:0px">it seems impossible to assign anything to a variable using "with" </p><p style="margin:0px"><br></p><p style="margin:0px">regroup seems to work, but I can't get anything useful from the result of it, and I can't also express my ordering to it. <br><br>Is this going to require some coding in Subsurface to support this kind of ordering?<br><br>Thanks</p><p style="margin:0px"><br></p><p style="margin:0px">Martin</p></div></div>